I have a Scorecard sheet that I want to pull the most recent "Customer 12-month outlook" based on the quarter and year in the "ScoreCard Name" associated with the specific Account name into a Reference Library sheet for that same Account name.
Screen shot from ScoreCard Sheet
Screen shot from Reference Library:
current formula: =INDEX({SFA_SFDC_Scorecard Range 2}, MATCH([Account Name]@row, {SFA_SFDC_Scorecard Range 4}, 0))
But doesn't pull the most recent value.
When adding MAX, receive an Error: #INCORRECT ARGUMENT SET
=INDEX({SFA_SFDC_Scorecard Range 2}, MATCH(MAX({SFA_SFDC_Scorecard Range 3}), [Account Name]@row, {SFA_SFDC_Scorecard Range 4}, 0))
Any guidance on adjusting formula is appreciated!