For some reason the text file that I get to use in excel has any negative numbers like 37801 - therefore, when I try to add in excel the number is simply skip which is causing all kinds of problems.
Is there away in formula to tell excel to leave off the last 2 characters then multiply by -1?
I tried using =IF(RIGHT(L1,2)=" -",L1-(RIGHT(L1,2)),L1)
but all I get is #VALUE (I think because I am trying to subtract a "-" from a number, but not sure how else to do it.
All help is greatly appreciated.
Is there away in formula to tell excel to leave off the last 2 characters then multiply by -1?
I tried using =IF(RIGHT(L1,2)=" -",L1-(RIGHT(L1,2)),L1)
but all I get is #VALUE (I think because I am trying to subtract a "-" from a number, but not sure how else to do it.
All help is greatly appreciated.