I have two questions here, any and all help would be greatly appreciated. A little background might be useful. Rows in my smartsheet are all considered one video item. A variety of things are tracked in these rows via the columns.
1. Using formulas (specifically COUNTIF OR COUNTIFS), can I count a row that has two columns with the same specific details? One row has a specific status (I'm able to count this "=COUNTIF([PRODUCTION STATUS]:[PRODUCTION STATUS], "SCHEDULED")" I'd like to add to this count formula another column (EMBARGO DATE) and I would like the row to be counted if there is ANY information in that column (normally the information is a date). I've tried =COUNTIFS([PRODUCTION STATUS]:[PRODUCTION STATUS], "SCHEDULED", [EMBARGO DATE]:[EMBARGO DATE], "*") but the equasion comes up #UNPARSEABLE. Is there anyway to just count a cell in a column that is NOT BLANK? If that was the case, I could just count both columns sepearately an compare the two numbers.
2. Is there anyway to count two different statuses in one column? Basically I'd like to use COUNTIF this status OR this status exists. Is that possible?
Thanks for your help community!
Alethea