on B1
=IF(RIGHT(TRIM(A1),1)="-",-1,1)*LEFT(TRIM(A1),LEN(TRIM(A1))-(RIGHT(TRIM(A1),1)="-"))
--
*****
birds of the same feather flock together..
"driller" wrote:
> if a helper column will fit u...try this formula
> e.g.
> Column A holds the data....*hidden characters or spaces b/w numbers not
> assumed on sample*
>
> on B1
> =IF(RIGHT(TRIM(A1),1)="-",-1,1)*LEFT(TRIM(A1),LEN(TRIM(A1))-(RIGHT(TRIM(A1),1)="-")*1)
>
> this might give a fresh raw numbers for excel use.
>
> regards,
> driller
> --
> *****
> birds of the same feather flock together..
>
>
>
> "Mario" wrote:
>
> > Hi;
> > i have some negative numbers from a mainframe report and whant to used in a
> > excel worksheet, how can i do that, because excel uses the negative sign on
> > the left.
> > i.e data from mainframe:
> > 0.128761-
> > 1.234510
> > etc
> >
> >
|