I am trying to do an IF statement that triggers a “review” flag based off multiple criteria mentioned below.
• Column N will be my calculated formula area
• Column M “Bucket” is a calculated field that is hidden as that is driven off criteria area in yellow
What I want to have is “IF “bucket” equals “statement in yellow” AND is >= to Column R and <= to Column S, then REVIEW. I don’t think I am explaining it correctly but if you see the example below it might be more clear.
If all of the “Buckets” were the same I could just paste this down the sheet but the bucket is driving the “review” flag based on different thresholds and this sheet is 20,000+ lines so filtering would be an option but I believe there is a better way.
Sample Formula if all buckets were “111 to 130”
=IF(OR(L11>=50%,L11<=-50%),"review","")
Ideally there is one formula that changes the thresholds based on the bucket. If there is more info needed please let me know, thanks in advance.
• Column N will be my calculated formula area
• Column M “Bucket” is a calculated field that is hidden as that is driven off criteria area in yellow
What I want to have is “IF “bucket” equals “statement in yellow” AND is >= to Column R and <= to Column S, then REVIEW. I don’t think I am explaining it correctly but if you see the example below it might be more clear.
If all of the “Buckets” were the same I could just paste this down the sheet but the bucket is driving the “review” flag based on different thresholds and this sheet is 20,000+ lines so filtering would be an option but I believe there is a better way.
Sample Formula if all buckets were “111 to 130”
=IF(OR(L11>=50%,L11<=-50%),"review","")
Ideally there is one formula that changes the thresholds based on the bucket. If there is more info needed please let me know, thanks in advance.