Hello,
I'm working on a formula to dynamically count the number of rows and group them together based up a condition:
My data looks like this
account # product indicator dollar value
1 c 100
1 n 150
1 n 0
1 n 0
1 n 0
2 n 250
The formula has assign if the account is "active" or "non active" based up the Product indicator = "c" and dollar value > 0.
I can do this but only at the line level with a basic formula. I need the formula to say if for the account in question if the criteria is met at least once then "active" else "non active"
any suggestions are greatly appreciated,
Thank you,
Nick