Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Guys, I think I need a lookup function (which ive rarely used) and excel
help is confusing me... I have sheet2 where col A has every date for this year, Col B has its corresponding week # (1-52). Then, in sheet 1 i have several columns. Col B has dates in it. I would like column A (currently blank) to have the relevant week # for that year. This is probably a simple lookup function but it has evaded me... Any help would be appreciated... |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In Sheet1,
Assuming dates in B1 down Put in A1: =IF(B1="","",INDEX(Sheet2!B:B,MATCH(B1,Sheet2!A:A, 0))) Copy down as far as required -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Scott R" wrote: Hi Guys, I think I need a lookup function (which ive rarely used) and excel help is confusing me... I have sheet2 where col A has every date for this year, Col B has its corresponding week # (1-52). Then, in sheet 1 i have several columns. Col B has dates in it. I would like column A (currently blank) to have the relevant week # for that year. This is probably a simple lookup function but it has evaded me... Any help would be appreciated... |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks heaps for that! Worked Great!
Scott "Max" wrote: In Sheet1, Assuming dates in B1 down Put in A1: =IF(B1="","",INDEX(Sheet2!B:B,MATCH(B1,Sheet2!A:A, 0))) Copy down as far as required -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Scott R" wrote: Hi Guys, I think I need a lookup function (which ive rarely used) and excel help is confusing me... I have sheet2 where col A has every date for this year, Col B has its corresponding week # (1-52). Then, in sheet 1 i have several columns. Col B has dates in it. I would like column A (currently blank) to have the relevant week # for that year. This is probably a simple lookup function but it has evaded me... Any help would be appreciated... |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
welcome, glad to hear that.
-- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Scott R" wrote in message ... Thanks heaps for that! Worked Great! Scott |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to combine an IF Function with a lookup function to determine | Excel Worksheet Functions | |||
Using Lookup function | Excel Worksheet Functions | |||
Lookup function help | Excel Worksheet Functions | |||
Lookup Function help | Excel Discussion (Misc queries) | |||
Pivot table doing a lookup without using the lookup function? | Excel Discussion (Misc queries) |