R
rocket_rob
I have a summary sheet I want to lookup data from a detail
sheet only for the appropriate month.
The formula is =VLOOKUP(D9,detail,12) where D9 is the
employee number, detail is the named range for the table
array, and 12 is the 12th column which is November.
I want to automate updating of this sheet, so instead
of "12" I want to use "November", which is a named range.
I want the "November" range to be driven by a Month input
column so what I really want in the formula instead
of "12" is =TEXT(A3,"mmmm") where cell A3 is 11/30/03.
I have a similar issue using =SUMIF where my sum range
of "November" works fine, however, I also cannot use a
reference of =TEXT(A3,"mmmm") in lieu of using the range
name.
Is it possible to have Excel do this so by just entering
the month in cell A3 all my formulas will update? Thanks.
sheet only for the appropriate month.
The formula is =VLOOKUP(D9,detail,12) where D9 is the
employee number, detail is the named range for the table
array, and 12 is the 12th column which is November.
I want to automate updating of this sheet, so instead
of "12" I want to use "November", which is a named range.
I want the "November" range to be driven by a Month input
column so what I really want in the formula instead
of "12" is =TEXT(A3,"mmmm") where cell A3 is 11/30/03.
I have a similar issue using =SUMIF where my sum range
of "November" works fine, however, I also cannot use a
reference of =TEXT(A3,"mmmm") in lieu of using the range
name.
Is it possible to have Excel do this so by just entering
the month in cell A3 all my formulas will update? Thanks.