Hello!
I almost managed to make a formula I needed, but it shows values from current sheet instead of sheet I'm interested in.
=INDIRECT(ADDRESS(MATCH("Summary";Values!$A:$A;0);MATCH("2018-12-02";Values!4:4;0)))
It successfully finds row number, which has "Summary" as header and column with specified date as a header. Then it shows value of found row+column cell address, but from current sheet, when I need it to take cell value from "Values" sheet, too.
=Values!INDIRECT(---rest of formula---) is obviously wrong.
I almost managed to make a formula I needed, but it shows values from current sheet instead of sheet I'm interested in.
=INDIRECT(ADDRESS(MATCH("Summary";Values!$A:$A;0);MATCH("2018-12-02";Values!4:4;0)))
It successfully finds row number, which has "Summary" as header and column with specified date as a header. Then it shows value of found row+column cell address, but from current sheet, when I need it to take cell value from "Values" sheet, too.
=Values!INDIRECT(---rest of formula---) is obviously wrong.
Last edited by a moderator: