lookup data betwaeen two date

H

haryo

I need formula help with this table below :

COLUMN A COLUMN B COLUMN C
1/1/2007 1/5/2007 HALO
2/1/2007 2/5/2007 HALO B
3/1/2007 3/5/2007 HALO C

I want to make a lookup formula that if I enter the date between Col A
and B, the result will be Column C

regards,

Haryo
 
T

T. Valko

Try this array formula** :

Data in the range A2:C4

E2 = some date

=INDEX(C2:C4,MATCH(1,(A2:A4<=E2)*(B2:B4>=E2),0))

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Scrabble Value calculation for Welsh words 0
In anguish -- need Lookup help 1
Lookup 5
Complex MAX and Lookup 5
Count date 5
lookup in a matrix 2
Minimum date per month 1
Numbers from first column 5

Top