172/26
so i have that in a cell, and i need to split up the first part from the second part... i managed to figure it out, but i had such a sloppy way of doing it
=LEFT(B8,ROUNDDOWN(LEN(B8)/2,0))
I did that, to divide the cell in half and pull that data from it, (luckily none of the amounts would be 1302/3 or soemthing to that effect that woudl mess it all up
i then go:
=IF((RIGHT(B9,LEN(B9)-(LEN(B9))+1))="/",LEFT(B9,(LEN(B9)-1)),B9)
to make sure i clean up any moments there there is 172/, that formula manages to clean up the / and i can get myself the number
Now that's a downright sloppy long formula, anyone out there think of a sexier way to do this type of thing?
j.
so i have that in a cell, and i need to split up the first part from the second part... i managed to figure it out, but i had such a sloppy way of doing it
=LEFT(B8,ROUNDDOWN(LEN(B8)/2,0))
I did that, to divide the cell in half and pull that data from it, (luckily none of the amounts would be 1302/3 or soemthing to that effect that woudl mess it all up
i then go:
=IF((RIGHT(B9,LEN(B9)-(LEN(B9))+1))="/",LEFT(B9,(LEN(B9)-1)),B9)
to make sure i clean up any moments there there is 172/, that formula manages to clean up the / and i can get myself the number
Now that's a downright sloppy long formula, anyone out there think of a sexier way to do this type of thing?
j.