Hi everyone, hope you are good! Please note that I am trying to figure out how a formula is working on a spreadsheet that I have. I understand how Index and match work combined, nonetheless, I can see that before the match formula there is a "1" and I cannot understand how it works, in addition, it appears that there are "*", is this some sort of concatenate for multiple options? Could you please help me to understand how this formula would work?
'INDEX(A_Table[[#All],
'INDEX(A_Table[[#All],
Code:
:[Years]],(MATCH(1,(A_Table[[#All],[Code]]=[@[Guide]])*(A_Table[[#All],[Group]]=[@[Range]])*(A_Table[[#All],[Years]]<=[@[2018 Years]]),0)),3)
Just to give you a bit of background, this formula in a spreadsheet called Data, then there is another spreadsheet which contains the "A_Table" and "Guide Code", "Years", "Guide" and "Group" are columns in this table. In addition "Range" and "2018 Years" are columns in the Data spreadsheet.
I appreciate your help and support in advance. Regards!