View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Columns negative to positive

One way:

A1 = -10

Formula in B1:

=ABS(A1)

Returns 10

--
Biff
Microsoft Excel MVP


"UniStudent Coll" wrote in
message ...
If you have a column of negative and positive numbers, how do you transfer
these numbers all to be positive in the next column?

FC