Hi,
I would like to understand how to use vlookup for a certain scenario.
The scenario is the following; based on a text reference e.g. "*debt*" that you know will appear between two other reference points "Total assets" and "total liabilities", how do you utilize vlookup / table array to look between these two other reference points.
Simply fixing the table array to these reference cells does not work as every time I input data the line for the two other reference points will be differet I.e. row range is 46-58 on input 1, 86-95 on input 2 etc. I know how to use Match in order to obtain the row range every time the input data is changed, however I don't know how to incorporate this changing range within Vlookup.
I have been trying the following:
=vlookup("*debt*",H1:H2,3,False)
Where Cell H1 has the line for the first matched reference and H2 has the second matched reference.
Any help or assistance / thoughts would be much appreciated.
Jon
Bookmarks