Sign in to join the conversation:
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.
Hi there, I've created a sheet to where my team is tracking information received. In one column, we are logging the date and time information came in (ie: November 21, 2025 8:30 AM). I would like to add a checkbox column, with a formula specifying that the box be checked if the logged time is AFTER 8:30 AM, and left…
I have a column named Territory, where I am trying to write a formula to populate it when names are chosen from an adjacent drop-down list column called Employee Attendee. If more than one name is selected from the Employee column, I would like their respective territories to populate in the Territory field, separated by a…
I have a list of properties that I'm keeping track of. I have each building divided into suites (children) and each suite has a cell with its square footage. The total square footage rolls up to the building name. I also have a drop down column that shows if the suite is occupied or vacant. I need a to calculate the…