Is there any formula I could use that would track the number of boxes checked by individual users for a specific day? I know I can generate this data in a report, but I'd like to create a formula so I could build around it.
Hi Mason,
Unfortunately, there are a number of areas where I can see issues with what you're trying to do.
Smartsheet will only record dates in one of 2 system columns, Created and Modified.
Created will record a time/date stamp when the row is created. Modified will do the same, however, this value will be updated whenever the row is changed. This can be anything in the row including formulas updating values (e.g. =TODAY() calculating dates).
So using Modified to record the date an event occurs is unreliable as the Modified date may change on a subsequent date even though the event is not related to checking a box.
You could get around it by creating a control column that checks for conditions in the row (e.g. all boxes checked) and then Locks the Row (via the Alerts & Actions menu. But this would also mean that no other changes could be made to the row.
But this still would not get around the other key issue. As the Modified date applies to the whole row, you cannot record multiple dates for multiple checkboxes on the same row.
I know I haven't really answered your question though, so apologies for the long winded explanation.
Kind regards,
Chris McKay
For progress column, I want to use the symbol column with bar option (Empty, Quarter, Half, Three Quarter, Full) and it should be driven by task % Complete. if % Complete Value is 0% then progress should be Empty, if complete value is between 0 - 35% then progress should be Quarter, if value is between 36-65% then progress…
I have a contact sheet and a main sheet. There are instances when I have 2-3 individuals that need to be notified based on the information on the main sheet. I created this formula to pull multiple emails from the contact list: =JOIN(COLLECT({Department Chairs}, {CourseName}, CONTAINS([APA Courses]@row , @cell )),…
Hi everyone, I’m rebuilding an Operational Status formula that references another sheet for quarter-end deadlines. The formula works logically, but Smartsheet keeps returning #UNPARSEABLE. Here’s the current version (I’ve confirmed all range names and column types are correct): =IF( AND( OR([Step 1: CQ LAUNCH Required (Yes…