I'm using this formula in my spreadsheet
=IF(ISBLANK(DI4),CEILING.MATH(DH4,4),"")
But can I get the 'significance' reference (example here is multiples of '4') to reference a cell instead that I can use to change the value to round by in ?
e.g quickly change from Rounding by 4 to rounding by 5 or 10, etc...
Is this possible?
=IF(ISBLANK(DI4),CEILING.MATH(DH4,4),"")
But can I get the 'significance' reference (example here is multiples of '4') to reference a cell instead that I can use to change the value to round by in ?
e.g quickly change from Rounding by 4 to rounding by 5 or 10, etc...
Is this possible?