View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Negative Numbers

Suppose you have your numbers in Column A; use the below formula in ColB
cell B1 and copy that down..

=ABS(A1)

If this post helps click Yes
---------------
Jacob Skaria


"PL" wrote:

How do I change all the numbers in a row into positive ones without doing so
individually?

Thanks