Sum IF function From time to number not working??
hi,
In case the value is less than zero and the formula is =round(H3,0) it will
give you answer as '0'
Since the value in the cell is less than zero and formula refers to the
nearest next number. Hence i suggest you should put the formula as
=round(H3,1) since the nearest number after zero is 1. Answer would be 0.5
Excel 2003
Thanks
Suleman Peerzade
" wrote:
Hi,
I am having a very large problem that may have the simplest solution!
Wondering if anyone can help??
I have in Cell G8 the following formula:
=IF(G5="",0,(G7-G5-G6)*24)
The problem I am encountering is that it value the cell as 0.4999998
and if I ROUNUP it vlaues it at 1.0 and if i just ROUND it values it
as 0.9999998??
Is there any way of making it round correctly??
Thanks
|