#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Date ranges

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

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default Date ranges

One way:

Sheet B:

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

Copy to the right as far as desired.

In article om,
"Fortune" wrote:

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
picking out date ranges mlearner Excel Worksheet Functions 2 February 9th 07 06:59 PM
compare date to various date ranges and sum value al Excel Worksheet Functions 2 January 10th 07 10:17 AM
Date ranges in a sum formula Marcus Caterino Excel Worksheet Functions 2 June 26th 06 10:44 PM
If then Date Ranges Mark B Excel Worksheet Functions 0 November 30th 05 05:49 PM
sum of date ranges Tanya Excel Worksheet Functions 1 January 4th 05 04:11 AM


All times are GMT +1. The time now is 02:34 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"