I would like to know how to transpose (or paste link) data without using those functions. Ultimately a table assuming it has the same sets of values for the column(s) and row(s) headers should be able to match values in the matching cells.
In the attached example I'm trying to create a formula which says:
=IFS(Sheet1!B3:Sheet1!F14,Sheet1!B1:F1,"A",Sheet1!A3:A14,<="&EOMONTH($C1,0),Sheet1!K3:K62,">"&EOMONTH(C1,0))
The value that it should input is 3. I researched MATCHing functions, but could not find an example that uses the information from one table to fill in the other table.
Bookmarks