Filter by Categories
Select all
Budget
Business Statements
Calendars
Federal Income Tax
Gantt Chart
GST India
Health, Logs and Personal Trackers
Inventory
Investments
Invoice/ Bill
Maintenance
Payroll & HR
Project Reports & Timelines
Purchase Order/Requisition
Quotation
Rental Ledger
Risk Registers
Sales/ Marketing
SWOT Analysis
Timesheet/ Attendance
UAE VAT
UK VAT
Filter by File Types






Multiply with Minus One to Convert a Positive Number in Excel

Convert Negative Number into Positive Number tutorial

Tutorial in Brief

Unlike me, if you are good at maths, I am sure you know that when you multiply two minus signs with each other, the result is always positive. So you can use the same method in excel to convert a negative number into a positive.

All you have to do just multiply a negative value with -1 and it will return the positive number instead of the negative.

=negative_value*-1

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.

negative number into positive with simple multiply with us one

Note: If you have mixed numbers (both positive and negative) then you can use the below method instead.

=IF(A1<0,A1*-1,A1)

Other Methods to convert Negative Number into Positive

Choose the tutorial that fits best for your case –

  1. Multiply with Minus One to Convert a Positive Number in Excel
  2. How to convert to an Absolute Number with ABS Function in Excel ?
  3. Multiple Using Paste Special to convert Negative Figure into Positive In Excel
  4. How to Remove Negative Sign with Flash Fill in Excel ?
  5. How to apply Custom Formatting to Show as Positive Numbers in Excel ?
  6. How to run a VBA Code to Convert to Positive Numbers in Excel ?
  7. How to Use Power Query to Convert Get Positive Numbers ?
Content

Macro Codes in Excel

Learn Excel Quickly
Get full list of Excel Macro Codes