Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have data in a column coming through as
7200:000000000000 Is there a formula to trim this so that I get all numbers prior to the colon : Thank you |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=LEFT(A2,FIND(":",A2)-1)
-- David Biddulph confused wrote: I have data in a column coming through as 7200:000000000000 Is there a formula to trim this so that I get all numbers prior to the colon : Thank you |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=LEFT(A1,FIND(":",A1)-1)
"confused" wrote: I have data in a column coming through as 7200:000000000000 Is there a formula to trim this so that I get all numbers prior to the colon : Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Parse cell contents to new columns | Excel Worksheet Functions | |||
Parse cell value based on contents | Excel Discussion (Misc queries) | |||
Parse cell contents ? | Excel Discussion (Misc queries) | |||
Parse contents of cell | Excel Discussion (Misc queries) | |||
Parse ST-ZIP Cell (15,427 times...) | Excel Discussion (Misc queries) |