I have a spreadsheet I have created with multiple tabs for users to input data on Wednesday of each week. I have a cover worksheet with an IMPORTRANGE formula to pull the data from the users sheets so it can be summarised.
Within each users sheets there are a list of tasks to be completed within a week range (Tues-Mon). Each week has been set in every 2nd column (A,C,E,G...) so the formula looks like:
Is there a way to add in a statement that checks the current date and can modify the formula to change A1:A11 to C1:C11 (E1:E11, G1:G11...) and so on each week?