Hi all, I’m looking for some help on automating a process in Excel. I can do simple vba but I’m out of my depth on this one. Here is the process I’m trying to automate:
Sheet “Dates” has a list of unique dates starting in cell A2 down to A250 (although the number of dates can change). Sheet “Pair” has data from cells A4:Y80 with SUMPRODUCT formulas that look up data from another sheet based on the specific date entered in cell A1 of sheets "Pair". Cell A1 is the input cell that drives all the formulas in this sheet.
At the moment, I manually enter each date from the “Dates” sheet, by entering the first date into cell A1 in the “Pair” sheet, I then run a macro that filters this data and copies the simplified results in sheet “Net”. I then copy this data into another sheet “Total” which has a running total of all the data for each date, separated by a blank row.
I then repeat this process for the next date, and so on until I reach the final date. Is there a way to automate this process? Hopefully I have explained this well, please let me know if I can provide more info.
Thanks in advance.
Sheet “Dates” has a list of unique dates starting in cell A2 down to A250 (although the number of dates can change). Sheet “Pair” has data from cells A4:Y80 with SUMPRODUCT formulas that look up data from another sheet based on the specific date entered in cell A1 of sheets "Pair". Cell A1 is the input cell that drives all the formulas in this sheet.
At the moment, I manually enter each date from the “Dates” sheet, by entering the first date into cell A1 in the “Pair” sheet, I then run a macro that filters this data and copies the simplified results in sheet “Net”. I then copy this data into another sheet “Total” which has a running total of all the data for each date, separated by a blank row.
I then repeat this process for the next date, and so on until I reach the final date. Is there a way to automate this process? Hopefully I have explained this well, please let me know if I can provide more info.
Thanks in advance.
Last edited: