=IF(B9>G9,"Increase",IF(B9<G9,"Decrease",IF(AND(B9="",G9=""),"NA",IF(B9=G9,"Equal",""))))
The above formulas work, except for when B9 has a number and G9 is blank. Then it is counting the blank Cell as a value of 0 and calculating and "increase" in the cell.
How do I enter the formula to say
B9>G9 - increase
B9<G9 - decrease
B9=G9- Equal
B9 and G9 cell are empty - NA
one or the other of B9 or G9 are empty - NA
Bookmarks