- Joined
- Oct 14, 2009
- Messages
- 2
- Reaction score
- 0
I am not sure if I am posting right but here is my question. I am trying to do an "IF" function to calculate how many rooms are needed. If the amount of passengers (A1) are less than 4, 1 room, If more than 4 passengers (A1) divide the passenger (A1) by 4 then roundup the answer.
=IF(A1<=4,1,IF(A1>4,A1/4)
This will give the answer I need but evertime I try to insert the ROUNDUP function I get errors. Please if anyone can help, I have been working on this for hours.
=IF(A1<=4,1,IF(A1>4,A1/4)
This will give the answer I need but evertime I try to insert the ROUNDUP function I get errors. Please if anyone can help, I have been working on this for hours.