Sign in to join the conversation:
In my project sheet, I have a Task Complete tick box.
I would like a date to be placed in the Reminder Date column if the box is not ticked by the Estimated Delivery Date.
Is this possible?
=IF([Task Complete]1 = 0, TODAY(), "")
Will post todays date if the checkbox is empty. Change today() to whatever equation you want in that formula.
Can someone tell me how to get rid of the 120.0% max on this graph? It is always going total 100% and never any more, so I would like to use more of the space for graph display purposes. I even tried reducing it so that the largest value was 99.999%, thinking maybe being exactly 100 would cause the next "level" to…
I have 2 sheets that I need to link: Sheet 1 - collects user registration information through a form. Sheet 2 - I want to link some columns to copy partial data collected in sheet 1 and have it show in sheet 2. I don't want to copy the entire row, just select columns and I don't have Smartsheet Bridge. Each sheet has a…
Currently, I have a report connected to a single sheet. This sheet contains various formulas, including cross-sheet references. When data is added to the report, the formulas will not update/work unless the sheet is refreshed. Is there any way to have the formulas values "pop-up", or otherwise load? It is somewhat…