Hello, I have 2 sheets, 1 is a tracking sheet, the other is a reference sheet. I need to pull into the tracking sheet a dollar amount from the reference sheet. The dollar amount is based on the information pulled from 2 different columns - Job Title and # of hours. I tried to use a join function to simplify the index match, and created a "Concatenate" column, but am getting "Invalid Data Type" error.
Here's a screen shot of my columns:
Tracking sheet
Reference sheet
The formula needs to match the Concatenate columns in the tracking & reference sheets and bring back into the Tracking sheet the "Subtotal $ Amount" from the reference sheet.
I have tried about 100 different iterations, but the latest formula I tried looks like this:
=INDEX({Incentive Reference Sheet Range - Concatenate}, {Incentive Reference Sheet Range - $$$ amount}, MATCH([Concatenate Column]@row))
Any ideas? And, thanks so much!!!!