I have been working on a data entry tool for an already existing workbook. I have to use the information available to return a row reference for my tool to work. The problem is there are no column headers. How can I write an index-match or lookup function to accept data from two consecutive columns to return desired value?
i.e., Suppose the following data:
a c 1
a d 2
b c 3
b d 4
If "a" in column 1 and "c" in column 2, i need a function to return "1"?
i.e., Suppose the following data:
a c 1
a d 2
b c 3
b d 4
If "a" in column 1 and "c" in column 2, i need a function to return "1"?