Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Convert Excel formula to Alteryx - FILTER FUNCTION in Excel

Arcane
7 - Meteor

Hi Folks,

 

What is the available formula function for the keyword 'FILTER' in Microsoft Excel.

With that, I am looking to convert the below formula for Alteryx executable formula.

 

=if(
and(
left
(Sheet1[Description],15)="Expenditure"),
calculate(
sum(Sheet1[Totals]),
FILTER(Sheet1,
Sheet1[ExpenditureType]=EARLIER(Sheet1[ExpenditureType])
),0
)

 

Thanks in advance :)

2 REPLIES 2
saveeshkumar
9 - Comet

Hi @Arcane ,

 

Could you please provide sample data and output?

binuacs
21 - Polaris

@Arcane Not sure this formula can be done using only the formula tool, but I think you need more tool like summarize, filter etc to achieve the result in Alteryx 

 

Labels
Top Solution Authors