Best Of
Re: Lag between data in source and dashboard charts
So what happens sometimes is that unless you open the sheet or have it make a call on the Smartsheet servers to update the information inside. I force this to happen is with an automation to record a date in a column called "Helper Date Column". I record an initial value in the column at the top.
To create this workflow:
- Create a column called "Helper Date Column."
- Record an initial value at the top (today's date).
- Select Automation > Create workflow from scratch.
- Title your workflow (for example, "Daily Update").
- Set the trigger to When a date is reached.
- Click on Run Once and change this to Custom > Repeat every Day.
- Select an early morning time for the trigger (e.g. 2:00AM).
- Configure a condition block for where the new date column is in the past.
- Set the Action block to Record a date in that new date column.
This should successfully update the sheet daily and pull all of the updated information into the sheet, which in turn will update the reports and dashboard. Hope this helps!
Re: Lag between data in source and dashboard charts
Hi,
I have a similar problem but a much longer lag. I made a dashboard with several charts on it. Each chart is made from a report, which is sourced from a metrics sheet with not-so-complex formulas…Our employees enter data through forms, and the charts are generated automatically. The last piece of data is entered at 9 PM on a Sunday. I opened the dashboard, printed a PDF and shared it with my supervisors only to realize 3 out of 6 charts weren't up to date.
Then I had to manually open all of the metrics sheets that weren't updating automatically, and only once I opened them did they refresh…Most of the data for those metrics sheets were entered hours before, only one piece of information was entered at 9 PM. I was doing this around 9:40 PM when it was refreshing in front of my eyes when I was opening the metrics sheets.
Is this normal or do I have too many formulas going on?
Thanks
Re: Index Match Row Number Update
@Jeff Reisman it's just part of a larger analysis that I will be doing in this new sheet, I will be setting up automated workflows which aren't supported in reports, and I cannot link cells from a report.
Re: Formula to flag required approvals and if they've been obtained
@Lauren Lederle When you are using @row you do not need to hyphen. As the range is literally the column in the same row your looking at. You only need to column:column if you are searching the entire column for some information
Mark.poole
Re: Formula to flag required approvals and if they've been obtained
=IF(AND(CONTAINS("CLT", [Reviews and Approvals Needed]@row), ISDATE([Conservation Leadership Team (CLT) Review Status]@row)), "Approved", IF(AND(CONTAINS("CLT", [Reviews and Approvals Needed]@row), ISBLANK([Conservation Leadership Team (CLT) Review Status]@row)), "Pending", "N/A"))
Mark.poole
Re: Using Index/Match to pull column names where values =1
Is my best workaround to add in a new row 1 with all of the column names listed (the titles of the Learning Courses) & Index that info where my ID numbers match & a 1 is entered in that particular column?
Re: Using Index/Match to pull column names where values =1
After working on this the past 4 hours, I realized that I can't pull column names, & potentially multiple column names using index/match, or any formula for that matter...unless I am mistaken? So I reluctantly pulled the data from each & every Learning Course using index/matching to the ID numbers on my secondary sheet. Now I have the data I need, organized the way I need it, to pass up the ladder.
Thank you anyways Paul 🙏
I'm sure I will need some expert assistance soon enough!
Re: Can I have just one cell automatically copy over from 1 sheet to others when a new row is added
I'm not quite sure how the VLOOKUP or INDEX/MATCH cross-sheet formula would work, since I assume something needs to exist first for it to MATCH to. Or is there a Column formula that can be written that is something along the line of "make sure the first column on training sheet matches the first column on the names sheet", and would then update in the training sheet if a new name is added to the names sheet?
It's easy enough to pull the information I need over once there is something for it to MATCH against, like the UserID or email, but getting a new User ID to copy without having anything to reference it against seems like MATCH couldn't work with it?
Re: Select which columns to copy or move from one sheet to another
I love the automation to move over rows automatically, but being able to choose which columns data is moved from would be ideal.
We use a sheet to track our recruitment efforts (with interview dates and other information) but when we hire someone, we don't need all the misc. dates and information to come into our current employee sheet.
Re: Dark Mode for Desktop App
Is there or could there be a dark mode? My eyes are killing me with the super bright white screen.


