.
I am trying to use multiple IF / AND in a formula. Having searched the NET I don't find anything (yet) that shows how and I don't see anything that says it can't be done. ??
Here is the start of my goal:
![]()
=IF(AND(C5<26%,C5>24%),"25%",""),IF(AND(C5<51%,C5>49%),"50%","")
The final goal is to check C5 for 25%, 50%, 75% and 100%.
Because the percentage will never be exactly a whole number, it needs to check for < and > to narrow down a percentage range.
Can I use multiple IF / AND statements in the formula ? If yes, how ? If no, what approach is required ?
Formula Guru's ??
Bookmarks