View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
NBVC[_80_] NBVC[_80_] is offline
external usenet poster
 
Posts: 1
Default excel 2003 zero as last decimal again


You can have them result in text strings that look like numbers...


Code:
--------------------
=IF('Res 1'!I8="";"";IF(H8="<";TEXT(ROUNDUP(F8;1);"0.0");IF (H8<0,3;TEXT(ROUND(F8;2);"0.00");TEXT(ROUND(F8;1); "0.0"))))
--------------------


--
NBVC

Where there is a will there are many ways.
'The Code Cage' (http;//www.thecodecage.com)
------------------------------------------------------------------------
NBVC's Profile: http://www.thecodecage.com/forumz/member.php?userid=74
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=112935