First time posting here.
I have an excel worksheet (I'll refer to it as "Data") from where I am pulling data on other sheets using Sumifs formula. Up until today I was downloading the raw data and pasting it on the "Data" worksheet. In my dashboard worksheet I am using Sumifs formula to look up data from the "Data" worksheet and put it on the dashboard worksheet.
For example, =SUMIFS(Data!$C:$C,Data!$AD:$AD) - where column "C" refers to "Revenue" and column "AD" refers to "Payment Date".
How can I use column header names (Revenue and Payment Date) instead of "C" or "AD". The reason I want to use this approach is that the columns can shift from day to day but not the header name.
I have an excel worksheet (I'll refer to it as "Data") from where I am pulling data on other sheets using Sumifs formula. Up until today I was downloading the raw data and pasting it on the "Data" worksheet. In my dashboard worksheet I am using Sumifs formula to look up data from the "Data" worksheet and put it on the dashboard worksheet.
For example, =SUMIFS(Data!$C:$C,Data!$AD:$AD) - where column "C" refers to "Revenue" and column "AD" refers to "Payment Date".
How can I use column header names (Revenue and Payment Date) instead of "C" or "AD". The reason I want to use this approach is that the columns can shift from day to day but not the header name.