View Single Post
 
Old 03-13-2012, 01:59 AM
hanvyj hanvyj is offline Windows XP Office 2003
Advanced Beginner
 
Join Date: Feb 2012
Posts: 33
hanvyj is on a distinguished road
Default something like VLOOKUP

I'm checking a value against a table, I need behavior like a VLOOKUP table except I wan't to take the value less than the table value.

For example, I have a value, say 230. I want to look up which of these its closest to, but less than:

1 110
2 220
3 340
4 460
5 503
6 620
7 700
8 890
9 910
10 1120

So I wan't to return "3", as its less than 340. I can't use VBA. Does anyone know how I can do this?

Cheers
Reply With Quote