VLookup Table Help

4petessake

New Member
Joined
Nov 17, 2005
Messages
17
Hi everyone, I am working on a spreadsheet and have three columns in my lookup table

ROA 1 ROA2 Percentage
2.00 2.50 115%
etc etc etc

How do I write a formula to say if roa1 is between 2.00 and 2.50, then percentage equal 115%?


TIA
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Is the table large?

If not, perhaps show the whole table and someone can guide you to the best formula to suit your needs.
 
Upvote 0
4petessake said:
Hi everyone, I am working on a spreadsheet and have three columns in my lookup table

ROA 1 ROA2 Percentage
2.00 2.50 115%
etc etc etc

How do I write a formula to say if roa1 is between 2.00 and 2.50, then percentage equal 115%?


TIA

Default to True for an approximate match in a VLOOKUP formula.

=VLOOKUP(E1,A2:C10,3)

Where E1 houses a value
 
Upvote 0

Forum statistics

Threads
1,215,796
Messages
6,126,957
Members
449,350
Latest member
Sylvine

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