Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Excel 2002
Hi Excel users and Experts, I'm trying to lookup a value in a list, and average the four values 1 column to the right and -4 rows high. This formula does that. =AVERAGE(OFFSET(F9,0,1,-4,1)) The F9 is a cell in the list column and I want to replace F9 with a vlookup or a lookup or a match where the lookup or match reference is supplied by a dropdown in B2. These do not work and error out. Tried index & match but also failed miserably . A Google search danced all around what I need. AVERAGE(OFFSET(lookup(B2,F2:G16,1,0),0,1,-4,1)) AVERAGE(OFFSET(vlookup(B2,F2:G16,1,0),0,1,-4,1)) AVERAGE(OFFSET(indirect(lookup(B2,F2:G16,1,0),0,1,-4,1))) Thanks, Regards, Howard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
offset off a vlookup? | Excel Discussion (Misc queries) | |||
combining weekday formula, average and going back 7 cells | Excel Discussion (Misc queries) | |||
VLOOKUP with OFFSET | Excel Worksheet Functions | |||
Problems with offset/average formula | Excel Worksheet Functions | |||
AVERAGE / OFFSET FUNCTIONS, TODAY.. | Excel Discussion (Misc queries) |