Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Excel Formula

MSharm83
5 - Atom

Hi Experts,

 

Need help in understanding how I can write this in Alteryx.

 

SUMPRODUCT(([Item '#]=A2)*(P2<[Lot1]))+1)

 

 

Where Item # and Lot1 are the columns A and P respectively. 

2 REPLIES 2
danilang
19 - Altair
19 - Altair

Hi @MSharm83 

 

Can you provide an excel sheet as some sample data?

 

Thanks

 

Dan

Qiu
21 - Polaris
21 - Polaris

@MSharm83 
I assume your formula should like precisely

=SUMPRODUCT((A3:A7=A2)*(B2<B3:B7),A3:A7,B3:B7)

Then we can do it in alteryx like this.

Capture3B.PNGCapture3A.PNG

Labels
Top Solution Authors