Hi,
I am trying to get a cell to show me the following:
If cell AI2 is greater than O2 say "OVER" in cell A2
If cell AI2 is less than O2 say "ACTIVE" in cell A2
Or, if cell AI2 is equal to O2 say "CLOSED" in cell A2
I am currently using the formula =IF(AI2>=O2,"OVER",IF(AI2<=O2,"ACTIVE,IF(AI2=O2,"CLOSED")))
It would seem that the formula for two cells equaling the same value is not working.
Any help would be appreciated. Thanks!
I am trying to get a cell to show me the following:
If cell AI2 is greater than O2 say "OVER" in cell A2
If cell AI2 is less than O2 say "ACTIVE" in cell A2
Or, if cell AI2 is equal to O2 say "CLOSED" in cell A2
I am currently using the formula =IF(AI2>=O2,"OVER",IF(AI2<=O2,"ACTIVE,IF(AI2=O2,"CLOSED")))
It would seem that the formula for two cells equaling the same value is not working.
Any help would be appreciated. Thanks!