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
355.5, 355.8, 355.3, 355.5 3555
355.8 #VALUE!
355, 355.8, 355.3, 355.5 355
735 #VALUE!
735, 735.4, 736.72, 838.01 735
728.71 #VALUE!
355.8, 355, 355.3, 355.5 3558
735.2 #VALUE!
355.8 #VALUE!
232.8 #VALUE!
355.8, 956.2, 976.1, 338.49 3558
Please help. Thanks.
~A
Moderator's note: Welcome to the Forum--I helped you out with formatting--6SJ
Bookmarks