Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
If the cell is formatted a number with 2 decomal places then the output of =RIGHT(A1,2) Should be 30 The reason can be seen if you select the cell and look in the formula bar, the .00 bit is a format that you see but the real content og the cell is 30. Enter 30.01 and the same formula will output 01 because now the .01 bit is 'real' and not a format. Mike "nikita" wrote: If I use RIGHT,2 on a cell with the value 30.00, it's output is 3, not 0. What's going on here? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Read specific time in NOW() function | Excel Worksheet Functions | |||
Read Matrix via function | Excel Programming | |||
read next two cells over using Large function | Excel Programming | |||
<REQ Can anyone help me build a function, please read.... | Excel Worksheet Functions | |||
How this function is read? | Excel Programming |