I want to make a dashboard that pulls data from another sheet, but I only want to update it once a week. Is there any way to delay the auto refresh?
I depends on how the sheet functions. If the sheet is web form based, then it is a relatively straightforward matter to do this. If you are editing values and modifying rows, it becomes much more complicated. What does your sheet do and how is it modified?
The options for auto-refresh on a dashboard are (in minutes)
1
2
3
5
10
30
60
.
Unfortunately there are no other options. This includes not having the option to even just turn off the auto-refresh and manually do it once a week. It is a good idea though. Feel free to Submit a Product enhancement Request.
In the mean time... Can you explain your process in more detail? There may be a way to structure the data itself so that it only pulls one week at a time.
My current formula is below. I would like to update this so that I only get a total of those that have been Quoted and have a timeframe data of 2025. How do I add this extra filter into the formula? =SUMIF(Status:Status, "Quoted", [Est. GP]:[Est. GP])
I'm not able to "view by" a field that I have in my sheets - Quarters (Q1, Q2, Q3, Q4) - in my report. I think it is because I have used a formula to calculate the quarters in my sheets. Does anyone know a way to get a formula based field on the dropdown for view by in my report?
=SUMIFS({GM Compliance Trained}, {GM Compliance Training Dept}, Department@row , {Compliance Training Date}, MONTH(7, 8, 9)) GM Compliance Trained is the number of employees trained. I am trying to sum the number of employees trained in each department during 3rd quarter (July 1-Sep 30). Thinking I need an IFERROR in there…