F Fox Mar 19, 2009 #1 Is there a Function/option to change a range of sells from negative to positive without making the font red ?
Is there a Function/option to change a range of sells from negative to positive without making the font red ?
D Dave Peterson Mar 19, 2009 #2 You can use a helper cell (or a column of helper cells) which would contain formulas like: =abs(a1) This returns the absolute value of a number. It'll always be non-negative (greater than or equal to 0).
You can use a helper cell (or a column of helper cells) which would contain formulas like: =abs(a1) This returns the absolute value of a number. It'll always be non-negative (greater than or equal to 0).
S Shane Devenshire Mar 19, 2009 #3 Hi, I'm not sure what this thing about making the font red has to do with anything? If you want to change negative numbers to positive number then: 1. Enter -1 in a blank cell 2. Copy that cell 3. Select all the negative cells and choose Edit, Paste Special, Multiply.
Hi, I'm not sure what this thing about making the font red has to do with anything? If you want to change negative numbers to positive number then: 1. Enter -1 in a blank cell 2. Copy that cell 3. Select all the negative cells and choose Edit, Paste Special, Multiply.