Formula query

plato1951

New Member
Joined
Jun 12, 2023
Messages
1
Office Version
  1. 2003 or older
Platform
  1. Windows
I’m looking to see if there is a formula which will look up the target figure in Column B, Cell 1, 2, 3 etc and provide a £ value in column C, Cell 1, 2, 3 etc based on the % consequences (below the table).

The figures in Colum C are my manual calculations, I just wondered whether there was a formula that could calculate this automatically?





Column
A
B
C
CellBudget
Target 95%
Consequence
1£17,244.15
70%​
£862​
2£16,323.21
89%​
£816​
3 £25,868.04
93%​
£517​


• 95-100% no consequence

• 90-95% = 2% of allocated budget

• Less than 90% = 5% of allocated budget

Regards,

John
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Welcome to the Board!

For values in cells A1 and B1, place this formula in cell C1 and copy down for all rows:
Excel Formula:
=IF(B1<90%,A1*5%,IF(B1<95%,A1*2%,0))
 
Upvote 0

Forum statistics

Threads
1,216,084
Messages
6,128,722
Members
449,465
Latest member
TAKLAM

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