Dumb Math: Remove 10% Discount

MB11

New Member
Joined
Mar 2, 2009
Messages
14
Hello

I have a list of WHSL prices with 10% discount. What formula can I run to get the original price?

The algebra would be x*.9=(cell value)

Thanks!
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.

jbeaucaire

Well-known Member
Joined
May 8, 2002
Messages
6,012
Simplest I can find is:

=A1*0.909091


...and to make the value absolutely the same:

=ROUND(A1*0.909091,2)
 
Last edited:
Upvote 0

MB11

New Member
Joined
Mar 2, 2009
Messages
14
No, that just takes the discount further. I have the discounted price but I need the original price.

For example, if B2 has value $ 9.00 what formula can I run in A2 to get the results of $10.00?
 
Upvote 0

jbeaucaire

Well-known Member
Joined
May 8, 2002
Messages
6,012
Ah, I read that backwards, same idea:

=ROUND(A1*1.11111111,2)

Excel Workbook
HIJ
5Value10% DiscOriginal Value
6$ 10.00$ 9.00$ 10.00
Sheet1
 
Last edited:
Upvote 0

Forum statistics

Threads
1,191,683
Messages
5,987,991
Members
440,124
Latest member
dippy_egg

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top