Description: I have a VLOOKUP formula, [ =VLOOKUP(G2,INDIRECT(F2),2,0) ], where F2 varies, but is a named range. This formula works. When I try the same with HLOOKUP, [ =HLOOKUP(G17,INDIRECT(F17),2,0) ] the INDIRECT fails. If I put the name of the Range directly into the formula, it works, however if I try to do it where the name of the Range is in F17, failure... Actual Results: HLOOKUP with INDIRECT returns Err:502 Expected Results: Should be the same as VLOOKUP Reproducible: Always User Profile Reset: No Additional Info:
Created attachment 153364 [details] shows vlookup functioning with indirect, and hlookup not working.
*** This bug has been marked as a duplicate of bug 126898 ***