Google Sheet Weekly Report Troubleshooting - Final Solution
Summary
Here’s what was done to address everything in Task 2:
- Corrected the data cells referenced in each formula in the Executive Overview sheet so that they point to the relevant column in the Raw Data Combined sheet.
๐ Subtask 1 Solution
- Changed the date cell referenced in each formula (from A to B) in the Executive Overview table to match the date column B.
๐ Subtask 2 Solution
- Updated the dates in Column B so that they are properly formatted with either
-or/.
๐ Subtask 3 Solution
- Visually verified the values in the Weekly section in the Executive Overview match the Weekly Overview sheet. Corrected
9/2/2020to9/5/2020and fixed formatting on Revenue and ROAS columns to match.
๐ Subtask 4 Solution
- Add the two missing rows for
10/31/2020and9/12/2020to the Executive Overview. Alternatively, add two rows to the bottom of the table.
๐ Subtask 5 Solution
- Bonus. Allowed dates to include
.by insertingSUBSTITUTEorREGEXREPLACEin theSUMIFS()formula to replace.in dates with/during execution.
๐ Subtask 6 Solution
Putting it all together, the final updated formula looks like this:
=SUMIFS('Raw Data Combined'!D:D,'Raw Data Combined'!$A:$A,">="®EXREPLACE(TO_TEXT($B14), "\D+", "/")-6,'Raw Data Combined'!$A:$A,"<="®EXREPLACE(TO_TEXT($B14), "\D+", "/"), 'Raw Data Combined'!$I:$I,"<>#N/A")
And here we see the final Sheet:
Click here to view the full sheetFor reference, included below is the original Task 2 information:
Click to expand
Task 2
Prompt
A fellow account manager has been working on their weekly report for a client, but canโt quite seem to get it working. The individual sheets work, but the Weekly section in the Executive Overview isnโt pulling in any data, even though they copied the formulas over and dragged them across. It looks like the formulas in range B14 to N27 arenโt reading properly, but the dates in Column B look different too. Once youโre able to figure that out, the data needs to match the Weekly sheet, and there should be 15 weeks shown. Please help, and explain your findings.
Bonus
They really want to use periods to show the dates, maybe thereโs a way to make it work?
File Link
Here is their report (File > Make A Copy): https://docs.google.com/spreadsheets/d/1nAediTxPONsJwQoWwFwjqSadE51r0LT3_Wv_GGCLo7c/ edit