View Single Post
  #2   Report Post  
arno
 
Posts: n/a
Default

Hi Wallaby,

A1 = 1234.01-

you need an extra column with this formula
=IF(right(a1,1)="-", left(a1, len(a1)-1)*(-1), a1)

The best would be to make your as400 deliver the "normal" number
format, that you can use without extra formulas. check any export
settings on the as400!

see ya

arno

wrote:
The negative value in the AS400 system appears with the negative
symbol after the value, so when imported into excell it does not
calculate it as a negative value. How do I change that?