How do I indicate that I would like to count any time the cell has "DESIGN" in it whether the cell says exactly "DESIGN" or "re-DESIGN"?
Something like this:
=COUNTIFS( range , FIND("DESIGN", UPPER(@cell)) > 0)
where range is likely a column reference. This will also count "design" and "re-design". If you don't need that, remove the UPPER()
Craig
hi J. Craig
How about if I the range is a different sheet and I need to find the number 17 in.
=COUNTIFS({Range 4}, FIND("17", @cell))
or
=COUNTIF(FIND("17", {Range 4}))
Hey, Is anyone else facing this issue in the approval notifications sent through smartsheet
I have a sheet with a list of customers in one column, and then the following columns are City, Monday, Tuesday, Wednesday, Thursday, Friday. I need help with a formula that I can put in my sheet summary so that if the customer column says Staples (It can say this in multiple rows) that it will tell me the total package…
In the Smartsheet sheet “CRS RO Master” we have programmed an automation called “Track Changes in dates, confirmation and LHG code” [PICTURE 1] This one should report a date of a change in the columns “CRS GO LIVE DATE” and “PMS Go LIVE DATE” in the column “. CRS Check date changed”. [PICTURE 2] The update of the “Go live…