S
Sherry
Let's say I have a cell (A1) with 12345:67890
If I want to get everythingto the left of the : I could do =Left(A1,5)
That's wored fine until now. Some of my data comes to me like this:
012345:67890 or 00012345:6789000000
How can I get everything to the left of the : ????
If I want to get everythingto the left of the : I could do =Left(A1,5)
That's wored fine until now. Some of my data comes to me like this:
012345:67890 or 00012345:6789000000
How can I get everything to the left of the : ????