M
mastahkevin
I seem to have trouble w/ a particular formula. I am attempting to
round a number to the nearest tenth. No big deal...simple stuff if it
were to stop there. I have rounded the number which returns as a
decimal. I don't have trouble with any other number except when
dealing with a zero in the 10ths spot. When I add text to the formula
the decimal is not shown. Is there a way to have Excel first
determine whether I have a zero in the tenths column and if so, have
it show the decimal? Here's an example of the formula...
FORMULA RESULT
=ROUND(Battery!F30,0) 2.00
=ROUND(Battery!F30,0)& " Days" 2 Days
I want it to show 2.0 Days
Make sense? Thanks!
round a number to the nearest tenth. No big deal...simple stuff if it
were to stop there. I have rounded the number which returns as a
decimal. I don't have trouble with any other number except when
dealing with a zero in the 10ths spot. When I add text to the formula
the decimal is not shown. Is there a way to have Excel first
determine whether I have a zero in the tenths column and if so, have
it show the decimal? Here's an example of the formula...
FORMULA RESULT
=ROUND(Battery!F30,0) 2.00
=ROUND(Battery!F30,0)& " Days" 2 Days
I want it to show 2.0 Days
Make sense? Thanks!