How to Question: Lookup then multiplication depending on range

neilenty

New Member
Joined
Jun 28, 2010
Messages
24
Hi Everyone

I'm a bit stuck

I want to create a calculation whereby I input length and width in two cells, which then automatically calculates area in another, then depending on that area (within a range) it generates another number.

For example
Length Cell C3 = 1000m
Width Cell C4 =300m

Cell E5 =C3*C4 (300,000)
Cell G5 =E5 - looks up range and if less than 25,000 = 100, between 25,000 and 50,000 = 200 etc.

25000​
50000​
100000​
300000​
500000​
750000​
1000000​

Also then need to do the same but with letters

I input a letter in C7 and it looks that letter up in a range of 6 and depending on that letter it multiplies the result in G5 by 25%

Many thanks in advance

N
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Maybe, something like
+Fluff New.xlsm
ABCDEFGHIJ
1
20100
3100025001200
430050001300
530000040075001400
Main
Cell Formulas
RangeFormula
E5E5=C3*C4
G5G5=VLOOKUP(E5,I2:J5,2,1)
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,628
Messages
6,120,618
Members
448,973
Latest member
ChristineC

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