cell values

  • Thread starter Thread starter Derek Dainton
  • Start date Start date
D

Derek Dainton

How do you convert negative cell number entries to positive?
 
In an un-used cell enter -1 and then copy this cell. Then select the cells
you want to change and Paste/Special/Multiply
 
Derek Dainton said:
How do you convert negative cell number entries to positive?

One way, assuming numbers (positives, negatives, with maybe some blank
cells) are in A2 down, you could place in B2, copied down:
=IF(A2="","",ABS(A2))

---
 
The earlier suggestion assumes that the conversion is to be applied only for
the negatives in the entire col, viz you would want to leave positives as
positives & the blanks as "blanks"

---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top