Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default Date + relative number reference

Hi all

I have a spreadsheet with dates in row 3 going from today till the end of
the year i.e 26/apr/2010

In row 16 directly below the date i have a number i.e. 12

What i would like to do is: on another sheet, reference todays date i.e.
26/apr/2010 and display the number 12, but i would like this to happen when
the user opens the sheet automatically

In summary, tomorrow the 27/apr/2010 i would like the formula to look at
todays date and then display the numer that is 13 rows directly below it

Is this possible?

Thanks you for your help

Derek
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 464
Default Date + relative number reference

Try;

=HLOOKUP(TODAY(),16:17,2,FALSE)



--
Regards
Dave Hawley
www.ozgrid.com
"Derek M" wrote in message
...
Hi all

I have a spreadsheet with dates in row 3 going from today till the end of
the year i.e 26/apr/2010

In row 16 directly below the date i have a number i.e. 12

What i would like to do is: on another sheet, reference todays date i.e.
26/apr/2010 and display the number 12, but i would like this to happen
when
the user opens the sheet automatically

In summary, tomorrow the 27/apr/2010 i would like the formula to look at
todays date and then display the numer that is 13 rows directly below it

Is this possible?

Thanks you for your help

Derek


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Date + relative number reference

Hi Derek

Try the below. Adjust the sheet name to suit

=INDEX(Sheet1!16:16,MATCH(TODAY(),Sheet1!3:3,0))

--
Jacob (MVP - Excel)


"Derek M" wrote:

Hi all

I have a spreadsheet with dates in row 3 going from today till the end of
the year i.e 26/apr/2010

In row 16 directly below the date i have a number i.e. 12

What i would like to do is: on another sheet, reference todays date i.e.
26/apr/2010 and display the number 12, but i would like this to happen when
the user opens the sheet automatically

In summary, tomorrow the 27/apr/2010 i would like the formula to look at
todays date and then display the numer that is 13 rows directly below it

Is this possible?

Thanks you for your help

Derek

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default Date + relative number reference

Thats fantastic, thanks guys, got it to work using HLOOKUP

Regards - Derek

"Jacob Skaria" wrote:

Hi Derek

Try the below. Adjust the sheet name to suit

=INDEX(Sheet1!16:16,MATCH(TODAY(),Sheet1!3:3,0))

--
Jacob (MVP - Excel)


"Derek M" wrote:

Hi all

I have a spreadsheet with dates in row 3 going from today till the end of
the year i.e 26/apr/2010

In row 16 directly below the date i have a number i.e. 12

What i would like to do is: on another sheet, reference todays date i.e.
26/apr/2010 and display the number 12, but i would like this to happen when
the user opens the sheet automatically

In summary, tomorrow the 27/apr/2010 i would like the formula to look at
todays date and then display the numer that is 13 rows directly below it

Is this possible?

Thanks you for your help

Derek

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
HLOOKUP - Relative cell reference in row index number Nick Excel Discussion (Misc queries) 0 November 13th 09 12:50 PM
Using an offset formula for the reference in a relative reference Cuda Excel Worksheet Functions 6 November 15th 06 05:12 PM
Getpivot date w/ relative reference Spidey Excel Worksheet Functions 8 November 14th 06 04:34 PM
Relative Reference Hari Excel Discussion (Misc queries) 4 October 26th 05 02:00 AM
How do I extract a date as text not the 1900 reference number Adam Excel Discussion (Misc queries) 3 March 23rd 05 05:04 PM


All times are GMT +1. The time now is 05:19 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"