Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Stephen
 
Posts: n/a
Default search a row to find the column

Here's what I need to do.

I have two sheets, I need the one sheet to reference the other, search for a
certain date in a known row, find out what column it is in, and retrieve a
number associated with the date in a second known row and the column we found.

Here's the relevant data:
The date on sheet 1 is in cell A1
It has to search for that date on sheet 2 in row 8
Then it retrieves the information in the cell located in whatever column we
find, row 47 on sheet 2
And posts it to sheet 1, cell c4

I am lost, please help.
  #2   Report Post  
Duke Carey
 
Posts: n/a
Default

Take a look at Excel's help file for examples of LOOKUP() & HLOOKUP() functions

"Stephen" wrote:

Here's what I need to do.

I have two sheets, I need the one sheet to reference the other, search for a
certain date in a known row, find out what column it is in, and retrieve a
number associated with the date in a second known row and the column we found.

Here's the relevant data:
The date on sheet 1 is in cell A1
It has to search for that date on sheet 2 in row 8
Then it retrieves the information in the cell located in whatever column we
find, row 47 on sheet 2
And posts it to sheet 1, cell c4

I am lost, please help.

  #3   Report Post  
RagDyer
 
Posts: n/a
Default

Try this in C4 of Sheet1:

=INDEX(Sheet2!A47:Z47,MATCH(A1,Sheet2!A8:Z8,0))
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"Stephen" wrote in message
...
Here's what I need to do.

I have two sheets, I need the one sheet to reference the other, search for a
certain date in a known row, find out what column it is in, and retrieve a
number associated with the date in a second known row and the column we
found.

Here's the relevant data:
The date on sheet 1 is in cell A1
It has to search for that date on sheet 2 in row 8
Then it retrieves the information in the cell located in whatever column we
find, row 47 on sheet 2
And posts it to sheet 1, cell c4

I am lost, please help.

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
I need to find the Average from Column A - but Reference Column B BAM718 Excel Worksheet Functions 2 March 15th 05 02:42 PM
How do I find a column entry closest to a particular value feman007 Excel Worksheet Functions 2 March 9th 05 03:48 PM
How do I find a column entry closest to a particular value feman007 Excel Discussion (Misc queries) 1 March 8th 05 10:22 PM
need to find which numbers (3+) in a column sum to a value Devin Excel Discussion (Misc queries) 1 February 11th 05 10:30 PM
find first nonzero value in column DAVID Excel Worksheet Functions 2 January 11th 05 12:53 AM


All times are GMT +1. The time now is 04:20 AM.

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

About Us

"It's about Microsoft Excel"