Hi,
I am using the below query to fetch a value from Finance column but this works if my criteria of Req Type = P but fails for Req Type = L. I believe this is something to do with INDEX Function but not sure how my requirement can be achieved. Can someone help me on fine tuning this query please!
Query works for Req Type = "P"
=INDEX(Finance:Finance, MAX(COLLECT([Row ID]:[Row ID],[Req Type]:[Req Type],"P",Quarter:Quarter,2,Year:Year,2021)),1)
Query fails for Req Type = "L"
=INDEX(Finance:Finance,MAX(COLLECT([Row ID]:[Row ID],[Req Type]:[Req Type],"L",Quarter:Quarter,2,Year:Year,2021)),1)
I welcome any solution either by modifying the query (as i am not sure if this is the right way to use) or entire new query to achieve my requirement.
my Smartsheet table data
Thanks in advance,
~Chitta