J
Jason
Hi,
How do I ensure the cell content is always a multiple of 5 without running a
macro? I currently have the following formula in the cell, which only works
to modify if the contents are below 5:
=IF(C6>0,IF(C16+C17<5,5,MROUND(C16+C17,5)),0)
Can someone help?
Thanks!
How do I ensure the cell content is always a multiple of 5 without running a
macro? I currently have the following formula in the cell, which only works
to modify if the contents are below 5:
=IF(C6>0,IF(C16+C17<5,5,MROUND(C16+C17,5)),0)
Can someone help?
Thanks!