Deduction of Percentage value

annadinesh

Board Regular
Joined
Mar 1, 2017
Messages
123
Office Version
  1. 2019
Platform
  1. Windows
Dear Experts
I have a formula in cell D10
=IF(K1<90,HLOOKUP(D5,EW90DAYS!B2:AI29,2,0)*1.18-N10,HLOOKUP(D5,Database!B2:AI43,2,0)*1.18-N10)

and I enter a value of percentage on H10

I want whatever value comes in d10 as per above formula and if I enter a percentage value on H10 like 5% it should deduct the percentage value from D10 and shows the deducted amount

example:
Value on D10 7550.00
If I put 5% on H10

then the value of D10 should returns 7172.50

Please provide an advice

Dinesh Saha
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Try this
Excel Formula:
=(HLOOKUP(D5,IF(K1<90,EW90DAYS!B2:AI29,Database!B2:AI43),2,0)*1.18-N10)*(1-H10)
 
Upvote 0
Solution

Forum statistics

Threads
1,221,469
Messages
6,160,028
Members
451,611
Latest member
PattiButche

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