I have two sheets.
Sheet A is a rate sheet with the columns: CEB, Client Name, Client Engagement Name, Engagement Resource, Engagement Rate.
Sheet B is my weekly billable time report with the columns: Quarter, CEB, Client Name, Project Name, Date, Hours, Employee, Description, Rate, Total Cost
I want to pull over Engagement Rate over from Sheet 1 to Sheet 2 if CEB, Client Name, Project Name, and Employee Match.
Here is the formula
=INDEX(COLLECT({RateEngRate}, {RateCEB}, CEB@row, {RateClientName}, [Client Name]@row, {RateEngName}, [Project Name]@row, {RateEE}, Employee@row))
This results is INCORRECT ARGUMENT SET. What am I doing incorrectly?
Thank you in advance for the help!