KatJones1234
New Member
- Joined
- Feb 7, 2019
- Messages
- 2
Hi,
I’m stuck. I need to calculate whether waist circumference has increased, decreased or remained stable (while ignoring if any cell is blank)
I can’t get the IFs formula to work.
I got it to do the increase and decrease, but can’t get the stable. When I tried to modify the formula to be IFs I get the #name? Error
This is what I got
=IF(ISBLANK(A1),””,IF(ISBLANK(B1),””,IF(A1>B1,”Decrease”,”Increase”)))
I’m stuck. I need to calculate whether waist circumference has increased, decreased or remained stable (while ignoring if any cell is blank)
I can’t get the IFs formula to work.
I got it to do the increase and decrease, but can’t get the stable. When I tried to modify the formula to be IFs I get the #name? Error
This is what I got
=IF(ISBLANK(A1),””,IF(ISBLANK(B1),””,IF(A1>B1,”Decrease”,”Increase”)))