I am doing a simple Hlookup with dates at the top of my array. My lookup compares dates but looks at only the month and year then compares only the month and year of the dates at the top of my table. Then I am returning the 3rd row of my 3 row table.
Here is my formula:
=HLOOKUP(MONTH(F3)&YEAR(F3),MONTH('2017 JOB NUMBER LOG'!T1:AO3)&YEAR('2017 JOB NUMBER LOG'!T1:AO3),3,FALSE)
Does this need to be an array formula? Its giving me an error else wise.
Also it returns a number that isn't even anywhere in the array.
The exact cell I expect it to pull the value from is a cell that has a formula in it. When HLookup returns this cell is it by chance returning the formula or does it always return whatever is in the cell as a result? The number in the cell for example is $781,460 but it is returning 24406.
Here is my formula:
=HLOOKUP(MONTH(F3)&YEAR(F3),MONTH('2017 JOB NUMBER LOG'!T1:AO3)&YEAR('2017 JOB NUMBER LOG'!T1:AO3),3,FALSE)
Does this need to be an array formula? Its giving me an error else wise.
Also it returns a number that isn't even anywhere in the array.
The exact cell I expect it to pull the value from is a cell that has a formula in it. When HLookup returns this cell is it by chance returning the formula or does it always return whatever is in the cell as a result? The number in the cell for example is $781,460 but it is returning 24406.