![]() |
help - need to parse a cell
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 |
help - need to parse a cell
=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 |
help - need to parse a cell
=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 |
All times are GMT +1. The time now is 02:12 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com