J
Joe Blow
Hi,
I am in need of a function to return the leftmost number in a row of X
columns. The cells either have a number or a dash "-". The numbers and
the dashes can be mixed in the row, but I want the leftmost number
returned.
example
- - - - - 1 3 - 2 - - - 1 1
in this case the function would return the 1 next to the 3
Any help would be awesome.
Thanks,
Joe
I am in need of a function to return the leftmost number in a row of X
columns. The cells either have a number or a dash "-". The numbers and
the dashes can be mixed in the row, but I want the leftmost number
returned.
example
- - - - - 1 3 - 2 - - - 1 1
in this case the function would return the 1 next to the 3
Any help would be awesome.
Thanks,
Joe