Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Charlene........It depends on exactly what sort of data you're trying to
convert. Of the offerings so far, =INT(A1/10000) only works on numbers. =LEFT(A1,LEN(A1)-4) only works if there are more than four characters in the cell. This one should work in all cases, returning the cell value if there are four characters or fewer. =IF(LEN(A1)4,LEFT(A1,LEN(A1)-4),A1) Vaya con Dios, Chuck, CABGx3 "charlene" wrote: is it possible to delete the 4 rightmost digit of a cell ? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Delete 4 to 5 digits from left in a cell | Excel Discussion (Misc queries) | |||
Delete 4 to 5 digits from left in a cell | Excel Discussion (Misc queries) | |||
Delete 4 to 5 digits from left in a cell | Excel Discussion (Misc queries) | |||
resetting last cell | Excel Discussion (Misc queries) | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions |