Date ranges

F

Fortune

I have in Sheet A the following date ranges and corresponding data

B2 C2
D2
E2
01/01/2004 01/02/2004
01/03/2004 01/04/2004 .... UNTIL dEC 2018

and

B3 c3
D3 E3
48% 50%
52% 62%

SHEET B CONTAIN THE FOLLOWING DATA

B2 C2
D2 E2
01/01/2008 01/02/2008
01/03/2008 Until Dec 2018

What I am looking for is to lookup the date in Sheet B from the date
range in Sheet A and return the percentage value for the
corresponding date in sheet B .

Since the columns are not aligned together in both the sheets it is
giving different values.

Can anyone come up with a formula
 
J

JE McGimpsey

One way:

Sheet B:

B3: =HLOOKUP(B2,'Sheet A'!$B$2:$FY$3,2)

Copy to the right as far as desired.
 

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


Top