Hi all,
I currently have a table with a with multiple drop down lists with the option "yes" or "No". I'm looking to find out everytime "yes" is selected 25 will be added to cell M6(where the formula currently is). I'm looking to do this so i can use a data bar to measure progress.
I've tried using IF(AND but cant seems to make it work.
Here's what i've tried so far;
=IF(AND([@[Test1]]="Yes",OR([@[Test2]]="",[@[Test2]]="Yes")),25,0) - This formula works just fine and does the trick but i'm struggling on how i would add more to this.
So i essentially want it so when test1/2 is "yes" to return 25(the formula above) and if test3 is "yes" then return 50. if test4 = "Yes" then return 75 and if test5 = "Yes" then return 100 - but i want all of this in one formula
I hope that makes sense
I appreciate any help on this.
I currently have a table with a with multiple drop down lists with the option "yes" or "No". I'm looking to find out everytime "yes" is selected 25 will be added to cell M6(where the formula currently is). I'm looking to do this so i can use a data bar to measure progress.
I've tried using IF(AND but cant seems to make it work.
Here's what i've tried so far;
=IF(AND([@[Test1]]="Yes",OR([@[Test2]]="",[@[Test2]]="Yes")),25,0) - This formula works just fine and does the trick but i'm struggling on how i would add more to this.
So i essentially want it so when test1/2 is "yes" to return 25(the formula above) and if test3 is "yes" then return 50. if test4 = "Yes" then return 75 and if test5 = "Yes" then return 100 - but i want all of this in one formula
I hope that makes sense
I appreciate any help on this.