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))
Hi! How can i get an icon on each smartsheet that allows for a pop out? Some of my sheets contain this option and some dont. The icon looks like 2 arrows.
Is anyone else experiencing any issues with automations not working that have been working?
I have an enterprise license, and a coworker who has a free license needs edit access to my sheet. She cannot edit the sheet despite me sharing. We have tried deleting other sheets that have been shared with her to clear up space, but it does not work (says she does not have permission to delete).