View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default Converting Negative Numbers to Positive

Well, you could subtract the negative number from itself, then subtract
it again...

If you mean "a way to do this other than a formula", then one way:

Edit/Replace

Find what: -
Replace with: <leave blank


In article ,
bmmclen wrote:

There has to be a way to do this other than multiplying by -1???