nparsons75
Well-known Member
- Joined
- Sep 23, 2013
- Messages
- 1,256
- Office Version
- 2016
Hi, I need to show some text in a cell based on the value in another cell. This is the formula I am using which is working great.
=IF(F17=100,"Complete",IF(F17>0,"Active",IF(F17=0,"Pending","")))
However, I need to add a fourth criteria, F17=999,"On Hold"
When I try this it errors saying to many arguments for this function. Does anyone know a better way or a workaround.
Thank you.
=IF(F17=100,"Complete",IF(F17>0,"Active",IF(F17=0,"Pending","")))
However, I need to add a fourth criteria, F17=999,"On Hold"
When I try this it errors saying to many arguments for this function. Does anyone know a better way or a workaround.
Thank you.