This is my first ever attempt at a forum, will do my best to make sense!
I am trying to do the following in one formula:
1. If cell O6 has "-" or cell BD6 is blank, then insert "-"
2. If Y6>=25%, then take MIN(B6:F6)
3. If O6>=25% then take E6 otherwise do BD6/(1-0.25)
This is the formula I have written, but it is returning #VALUE! and I can't figure out what I am doing incorrectly.
NB: $DN$101 = 25% and $DP$101 = 0.25
=IF(AND(O6="-",OR(BD6="","-")),IF(Y6>=$DN$101,MIN(B6:F6)),OR(O6>=$DN$101,E6,(BD6/(1-$DP$101))))
Thank you to anyone who can help me!
I am trying to do the following in one formula:
1. If cell O6 has "-" or cell BD6 is blank, then insert "-"
2. If Y6>=25%, then take MIN(B6:F6)
3. If O6>=25% then take E6 otherwise do BD6/(1-0.25)
This is the formula I have written, but it is returning #VALUE! and I can't figure out what I am doing incorrectly.
NB: $DN$101 = 25% and $DP$101 = 0.25
=IF(AND(O6="-",OR(BD6="","-")),IF(Y6>=$DN$101,MIN(B6:F6)),OR(O6>=$DN$101,E6,(BD6/(1-$DP$101))))
Thank you to anyone who can help me!