N
The Daily Insight

How do you remove positive and negative numbers in Excel?

Author

John Peck

Updated on April 04, 2026

Below are the steps to reverse the sign using Paste Special:

  1. In any empty cell in the worksheet, enter -1.
  2. Copy this cell (which has the value -1)
  3. Select the range where you want to reverse the sign.
  4. Right-click on any of the selected cells.
  5. Click on Paste Special.
  6. In the Paste option, select ‘Values’

How do you make Excel only show positive numbers?

Only show positive numbers in a range with Format Cells

  1. Select the range you will hide all negative numbers, right click and select Format Cells from the context menu.
  2. In the Format Cells dialog box, please click Custom in the Category list box, type the format code 0;[White]0 in the Type box, and click the OK button.

How do I select all negative numbers in Excel?

How can you highlight cells with negative values in Excel?

  1. Go to Home → Conditional Formatting → Highlight Cell Rules → Less Than.
  2. Select the cells in which you want to highlight the negative numbers in red.
  3. In the Less Than dialog box, specify the value below which the formatting should be applied. …
  4. Click OK.

How do you remove negative numbers from Excel?

The first way to remove a negative sign is by using the ABS function. This function will return the absolute value of a number. In other words, It will remove the minus sign if the value is negative, and do nothing if the value is positive. To do this, type =ABS(A1) into cell A7.

How do I get Excel to stop showing negative numbers?

Select the data range that you want to hide the negative numbers.

  1. Click Home > Conditional Formatting > Highlight Cells Rules > Less Than, see screenshot:
  2. In the Less Than dialog, enter the number 0 into the text box, and click the drop down list to choose Custom Format option, see screenshot:

How do I ignore negative numbers in Excel?

To average ignore the negative values, please use this formula: =SUMIF(A1:D9,”>=0″)/COUNTIF(A1:D9,”>=0″). Note: In the above formulas, A1:D9 is the data range that you want to use, you can change the cell reference as your need.

How do you remove negative values in Excel?

1. Select the column contains negative numbers that you want to delete. Tips: You can also right click to select Delete from the context menu to delete the selected rows.

How do you make a negative number blank in Excel?

How do I change negative numbers to positive in Excel?

All you have to do just multiply a negative value with -1 and it will return the positive number instead of the negative. Below you have a range of cells with negative numbers. So to convert them into positive you just need to enter the formula in cell B2 and drag it up to the last cell.

How do I get rid of plus or minus in Excel?

In Excel, here are formulas can help you remove plus sign or minus sign from cells. Tip: (1) If your data includes minus sign, you can use this formula =SUBSTITUTE(A1,”-“,””)+0 to remove the minus sign of each cells.

Why is Excel making my numbers negative?

The cells format in Excel is “General” by default. When you input a number with parentheses, Excel will automatically treat this number as a negative number. And when you press the button “Enter” or click any other cell, the parentheses in a cell will automatically change into a minus sign.

How do I change a negative number to 0 in Excel?

To change the negative numbers to zero but leave the positive numbers unchanged, instead of =A1-B1, use =MAX(0,A1-B1) and drag the function down. Explanation: the MAX function returns the maximum of two values. If the result of the formula is negative, the function returns 0.

How to make all numbers positive Excel?

– Steps to Make All Numbers Positive in Excel. To do this, we will use the ABS () function. – Make the New Numbers Actual Numbers. This just takes the ABS function’s output in column B and turns it into actual numbers instead of the ABS () function. – Notes. This is better than using the Copy > Paste Special method to make numbers positive because that method will turn all positive numbers from the list into negative numbers

How do you remove negative sign in Excel?

1. Select the range that you want to remove the negative sign. 2. Click Home > Find & Select > Replace, see screenshot: 3. In the Find and Replace dialog, under the Replace tab, type the negative sign – into the Find what text box, and type nothing to leave the Replace with text box blank.

How do you make negative numbers positive in Excel?

1. Select the range you want to change. 2. Click Kutools > Content > Change Sign of Values, see screenshot: 3. And in the Change Sign of Values dialog box, select Change all positive values to negative option. 4. Then click OK or Apply. And all of the positive numbers have been converted to negative numbers.

How to make all negative numbers in red in Excel?

Select the range with the negative number you want to make in red,then click Kutools > Select > Select Specific…

  • In the Select Specific Cells dialog box,select Cell in the Selection type section,and then select Less than from…
  • Then a dialog box pops up to show you how many cells will be selected,…