Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How to sum a total in multiple Excel tables
  • Get column name from index in Excel Table
  • Example of COUNTIFS with variable table column in Excel
  • How to Sort by Color in Excel
  • Calculate Conditional Percentile ‘IF’ in table in Excel

References

  • Get nth match with INDEX / MATCH in Excel
  • How to retrieve first match between two ranges in Excel
  • How to get last row in mixed data with blanks in Excel
  • Multi-criteria lookup and transpose in Excel
  • How to get address of last cell in range in Excel

Data Validations

  • Excel Data validation allow uppercase only
  • Excel Data validation with conditional list
  • Excel Data validation must begin with
  • Excel Data validation number multiple 100
  • Excel Data validation exists in list

How to get original number from percent change in Excel

by

To calculate the original number based on current value and known percentage change, you can use a simple formula that divides the current value by the percent plus 1.

Formula

=current/(percent+1)

Explanation

In the example, the active cell contains this formula:

=C6/(B6+1)

In this case, Excel first calculates the result of B6 + 1, then divides C6 by the result:

=C6/(B6+1)
=200/1.15
=173.913

Rounded result

In the example shown, values in column D are using the currency format, which displays 2 decimal places automatically. If you want to force the result to be rounded to 2 decimal places, just wrap in the ROUND function:

=ROUND(C6/(B6+1),2)

Post navigation

Next Post:

Create One-dimensional and Two-dimensional Array

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • IFNA function: Description, Usage, Syntax, Examples and Explanation
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel OR Function
  • How to use Excel FALSE Function
  • IF with wildcards in Excel

Date Time

  • How to calculate Day of the Year in Excel
  • Display Days in month in Excel
  • Convert date to Julian format in Excel
  • Count times in a specific range in Excel
  • Get project end date in Excel

Grouping

  • Group numbers with VLOOKUP in Excel
  • Categorize text with keywords in Excel
  • Group arbitrary text values in Excel
  • Running count group by n size in Excel
  • Group times into unequal buckets in Excel

General

  • Count cells that contain errors in Excel
  • How to create dynamic named range with INDEX in Excel
  • Currency vs Accounting Format in Excel
  • How to count total columns in range in Excel
  • List sheet names with formula in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning