I'm working on a formula that shows only the left numbers before a space. But I also need all commas and periods removed as well as show the value in the cell if there is only one number. So far I'm this far on the formula, but I'm getting #value if the originating cells has only one number in it, but I need that number to show if that is the only number...
=SUBSTITUTE(SUBSTITUTE(LEFT(A3,SEARCH(" ",A3,1)),",",""),".","")
How to add "show numbers in cell if no other numbers". Here is what it looks like now...
Original Numbers Need to show only left most numbers
Please help. Thanks.
~A
Moderator's note: Welcome to the Forum--I helped you out with formatting--6SJ
Bookmarks