monkeyharris
Active Member
- Joined
- Jan 20, 2008
- Messages
- 325
- Office Version
-
- 365
- Platform
-
- Windows
I have the below formula but need to also make it round up / down depending on the result.
example: if the result is between 15.51 & 16.49 i need it to round to the nearest round figure (16) but if between 16.50 and 17.49 i need it to round to 17.00 and so on.....
=IF(ISERROR(AA26/Z26),0,AA26/Z26)
example: if the result is between 15.51 & 16.49 i need it to round to the nearest round figure (16) but if between 16.50 and 17.49 i need it to round to 17.00 and so on.....
=IF(ISERROR(AA26/Z26),0,AA26/Z26)