I am using HLOOKUP to grab a value on another tab. The formula is pretty straightforward:
=HLOOKUP(E$6,RISK_RPT.ATAGLANCE_MTG!$A$4:$CZ$500,2,FALSE)
E$6 is a date field I use to ID the proper column. What I would like to do is grab the value one column right of this location. I tried various OFFSET and INDEX function uses but none of them seem to work. Can anyone tell me how to get the value one column to the right of the one this forumla returns? TIA.
=HLOOKUP(E$6,RISK_RPT.ATAGLANCE_MTG!$A$4:$CZ$500,2,FALSE)
E$6 is a date field I use to ID the proper column. What I would like to do is grab the value one column right of this location. I tried various OFFSET and INDEX function uses but none of them seem to work. Can anyone tell me how to get the value one column to the right of the one this forumla returns? TIA.