My column cell values are -ve how do I make all cell value +ve,

H

Harshad Mehta

Entire column has -ve numbers, wants to chage it to +ve numbers, with just
one step.
I have hundreds of colums to be changed
I will appreciate any help I can get. .
 
D

Dave Peterson

All your numbers are negative?

Step 1.

Put -1 in an empty cell
edit|copy
select the range to fix
edit|paste special|click multiply
clean up that cell with the -1 in it

(no step 2)
 
P

Pete_UK

Put -1 in an empty cell somewhere, select that cell and click <copy>.
Then highlight all the cells you want to change and Edit | Paste
Special | Multiply (check) | Values (check) | OK then <Esc>

Hope this helps.

Pete
 
T

Teethless mama

Select your ranges >> Ctrl+H >> Find what: - >> Replace with: leave
blank >> Replace All
 
Top