sheywood123

New Member
Joined
Sep 17, 2009
Messages
14
Good Morning all from the UK,

I am trying to create a Vlookup to return the value from a cell that falls between the range of two others.

For example

cell value is 6 thich falls between 5 and 10 so returns 0, I dont want to list every number as this will make the spreadsheet to big?

Hopefully I have explained myself.

=vlookup(A1,Scoring,"between cells C5 and C6",FALSE)

Thanks

Sean:confused:
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Try setting the fourth parameter to TRUE instead of FALSE (or omit it).
 
Upvote 0
Im struggling with the between C5 and C6. as the vlookup will round down. so c6 maybe 11 and c7 will be 15

Thanks for your help.
 
Upvote 0
if C5 is 10 and C6 is 12 vlookup with the last argument as True will return C5 10 what is your expected result?
 
Upvote 0

Forum statistics

Threads
1,214,636
Messages
6,120,669
Members
448,977
Latest member
moonlight6

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