Sign in to join the conversation:
I am trying to count the number of times a specific schedule date is listed in a column for a sheet, not able to narrow down the formula exactly
I tried the following with no luck - =COUNTIFS({MEDCTR-1 Range 1}, "12/02/19"). All I get back is a value of 0 even though I have 64 cells that meet that criteria
When referencing dates in a formula, you need to use the DATE function.
=DATE(yyyy, mm, dd)
=COUNTIFS({MEDCTR-1 Range 1}, @cell = DATE(2019, 12, 02))
Trying to understand why we don't have the option to remove a status by automation. For example, when external customer approves a proof, it fills in "APPROVED BY CUSTOMER" which then triggers automation, but the existing status of "SENT TO CUSTOMER FOR APPROVAL" remains as I cannot set automation to do that.
Hi. Goal1: For project management purposes, I am trying to compare project "Current Start Date" column in one Smartsheet (SmartSheet #1) against a "Q2 Start Date" column from another Smartsheet (Smartsheet #2). This is to compare the latest/daily Current Start Date against the Start Date that was planned in Q1 for a list…
Why can't i copy a text message that was posted in the Conversations tab? Did this change with the last update as i was always able to do it?