Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
I am trying to write a formula that has multiple steps to it.
I want it to see if the project is completed then to give me the Max date of completion.
=MAX(COLLECT(B:B, C:C, "complete", A:A, "Act A"))
Are you trying to complete this in Smartsheet? If so, here is the Smartsheet version. It assumes your columns are titled the same as your headers in the excel example shown.
=MAX(COLLECT(Date:Date, Status:Status, "Complete",[Activity Type]:[Activity Type], "Act C"))
That works! Thank you. I am doing this in Smartsheet but I did my example in Excel.
With card view going away, I've been experimenting with Board view. The board view lags between its cards which is very unproductive. Is there a fix that can be done so that cards in Board do not lag? Mike
I am in conditional formatting and cant seem to figure out how it should be set up. This is what I am looking for. I'd like a cell to turn red if it has been 365 days since the date that is listed in the cell. Any help is greatly appreciated!
The below formula should give me the total price of a project filtering it by the panel name and the area. I do not want to include a certain supplier. Also Level 1 is totalling the child rows, so I want to filter that out as it give an inaccurate overall total of the price allocated to the panel and area. I can't figure…