The fastest way to flip negative numbers to positive
The quickest method is to use the Find & Replace feature with a minus sign. Open your spreadsheet, select the cells containing negative numbers, press Ctrl+H (or Cmd+H on Mac), type a minus sign in the "Find what" field, leave "Replace with" blank, and click "Replace All". This removes the minus sign from every selected cell in one step.
If you need the numbers to stay in their original cells and create positive versions elsewhere, use a formula instead. In an empty column, type =ABS(A1) where A1 is the cell with the negative number, then copy the formula down. The ABS function strips away the negative sign and returns only the absolute value.
Both methods work when ready on hundreds of numbers at once. The choice depends on whether you want to overwrite the original data or keep it and create a new column of positive values.
Key Takeaways
- Find & Replace (Ctrl+H) removes minus signs directly from selected cells and is the fastest way to convert a large list.
- The ABS function in a formula creates positive numbers in a new column without changing the original data.
- Multiplying by negative one (=A1*-1) also converts negatives to positives and works in any version of Excel.
- You can format negative numbers to display differently without changing the actual values, useful if you only need them to look positive.
Using Find & Replace for bulk conversion
Find & Replace is the most direct route when you have a column or range of negative numbers and want to remove all the minus signs at once. Select the cells you want to change first — click the column header to select an entire column, or drag to select a specific range. Then press Ctrl+H to open the Find & Replace dialog.
In the "Find what" field, type a single minus sign: -. Leave the "Replace with" field empty. Click "Replace All" and Excel will remove every minus sign from your selection. The numbers become positive when ready, and the change is permanent unless you undo it.
This method works on any number format and does not require you to understand formulas. It is also the fastest option when you have thousands of entries to convert.
Converting with the ABS function
The ABS function returns the absolute value of a number — the number without its sign. If you want to keep your original negative numbers intact and create a new column of positive values, this is the right approach.
Click an empty cell next to your first negative number. Type =ABS(A1), replacing A1 with the actual cell reference. Press Enter. The cell now shows the positive version of that number. Click the cell again, then drag the small square at the bottom-right corner of the cell down to copy the formula to as many rows as you need. Excel automatically adjusts the cell reference for each row.
You can then copy these positive results and paste them as values into another location if you want to remove the formula and keep only the numbers.
Multiplying by negative one
Another formula method is to multiply the negative number by -1. In an empty cell, type =A1*-1 and press Enter. This flips the sign: negative becomes positive, positive becomes negative. Like ABS, you can copy this formula down to convert an entire column.
The difference between this method and ABS is important: if your data contains both positive and negative numbers and you use multiplication by -1, the positive numbers will become negative. ABS makes everything positive regardless of its starting sign. Choose based on what your data contains.
Formatting negative numbers without changing values
If you only need negative numbers to display as positive on screen or in a printout — without actually changing the underlying values — you can use number formatting. Select the cells, right-click, and choose "Format Cells". Go to the "Number" tab and select a format that displays negatives without the minus sign, such as showing them in parentheses or in red text.
This approach is useful when you need to present data a certain way but the actual negative values matter for calculations elsewhere in your spreadsheet. The numbers remain negative in formulas and functions, but they appear positive to anyone reading the sheet.
Handling mixed positive and negative data
If your column contains both positive and negative numbers and you only want to flip the negative ones, Find & Replace is still the simplest choice because it only affects cells containing a minus sign. The positive numbers are left untouched.
If you use a formula like ABS or multiplication by -1, you will convert everything, so you would need to manually fix the cells that were already positive. For mixed data, Find & Replace saves that extra work.
Undoing changes and checking your work
Any of these methods can be undone when ready by pressing Ctrl+Z if you make a mistake. If you used Find & Replace and realize you converted the wrong column, undo and try again on the correct selection.
Before converting a large dataset, consider making a backup copy of the file or working on a duplicate sheet first. This way, if something goes wrong, you still have the original data. Once you are confident the conversion worked correctly, you can delete the backup.
Frequently Asked Questions
Can I undo a Find & Replace if I converted the wrong cells?
Yes. Press Ctrl+Z when ready after the replacement to undo it. If you have already closed and reopened the file, the undo history is lost, so make a backup before doing large replacements.
What is the difference between ABS and multiplying by -1?
ABS makes all numbers positive regardless of their original sign. Multiplying by -1 flips the sign, so positive becomes negative and negative becomes positive. Use ABS if your data is all negative or if you want everything positive. Use multiplication by -1 only if your data is all negative.
Will Find & Replace work on numbers formatted as text?
Yes, Find & Replace works on text-formatted numbers too. However, if the numbers are stored as text, some formulas may not recognize them as numbers afterward. If you plan to do math with them, convert them to actual number format after replacing the minus sign.
Can I convert negative numbers to positive in a pivot table?
Pivot tables pull data from a source table, so convert the numbers in the original source first. Changes to the source automatically update the pivot table. You cannot edit values directly in a pivot table itself.
What if I only want to change negative numbers in one column, not the whole sheet?
Select just that column before using Find & Replace, or use a formula in an adjacent empty column. Both methods let you target specific data without affecting the rest of your spreadsheet.