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.
I have tried this a variety of ways. I have Hotel and then 3 standard Vendor Types. I am checking to see if certain information has been entered for each of these on Sheet B. I have the formula pulling the information for these correctly. The issue is with any non-standard vendor types. Since not all meetings will have an…
Is there a way to limit a dropdown list so that the values in the dropdown list can only be used once in a column?
My product/use case: I seek to build a camera inventory. Each camera has a unique identifier. Cameras are mobilized to different locations on different days. I need help making a VLOOKUP or equivalent combination of formulae functions to run 2 queries cross-referencing 2 grids, searching a column with multiple dropdown…