Hi all,
Im trying to retrieve data with Vlookup;
In F18 i typed "January".
It doesn't find any data; the months in Column A are made with;
When i type there "January" it works.
I can't hard type "January" cause than other data will not be retrieved.
Anyone know how i can retrieve data with Vlookup based on month if i use a formula to created the month?
Im trying to retrieve data with Vlookup;
Excel Formula:
=VLOOKUP(F18;A11:C12;2;FALSE)
It doesn't find any data; the months in Column A are made with;
Excel Formula:
=DATE($A$9;ROWS($9:9);1)
I can't hard type "January" cause than other data will not be retrieved.
Anyone know how i can retrieve data with Vlookup based on month if i use a formula to created the month?
Cell Formulas | ||
---|---|---|
Range | Formula | |
A11:A12 | A11 | =DATE($A$9,ROWS($9:9),1) |
B11:B12 | B11 | =SUMPRODUCT(('Tracker QA on the Floor'!J:J>=A11)*('Tracker QA on the Floor'!J:J<=EOMONTH(A11,0))) |
C11:C12 | C11 | =SUMPRODUCT(('Tracker QA on the Floor'!L:L>=A11)*('Tracker QA on the Floor'!L:L<=EOMONTH(A11,0))) |
Tracker QA on the floor New.xlsm | |||
---|---|---|---|
F | |||
18 | January | ||
19 | #N/A | ||
BMR data |
Cell Formulas | ||
---|---|---|
Range | Formula | |
F19 | F19 | =VLOOKUP(F18,A11:C12,2,FALSE) |