Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have row 1, columns A-C with dates in them.
I have row 2, columns A-C with values in them. In cell D1, I want to enter a date from row 1, columns A-C. I want a value to be returned in D2 from row 2, columns A-C that correspond to the dates in row 1. Is this a Hlookup function and if so, can you tell me what would go in the: lookup_value: table_array: row_index_num: range_lookup: Thanks for any help. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
D2: =HLOOKUP(D1,A1:C2,2,FALSE) In article , Eden397 wrote: I have row 1, columns A-C with dates in them. I have row 2, columns A-C with values in them. In cell D1, I want to enter a date from row 1, columns A-C. I want a value to be returned in D2 from row 2, columns A-C that correspond to the dates in row 1. Is this a Hlookup function and if so, can you tell me what would go in the: lookup_value: table_array: row_index_num: range_lookup: Thanks for any help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hlookup for row 3 and 4 | Excel Worksheet Functions | |||
hlookup | Excel Discussion (Misc queries) | |||
HLOOKUP and SUM | Excel Discussion (Misc queries) | |||
hlookup & ? | Excel Worksheet Functions | |||
HLookup ??? | Excel Discussion (Misc queries) |