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

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
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
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
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,214,827
Messages
6,121,818
Members
449,049
Latest member
cybersurfer5000

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
Back
Top