I use the following function to count "=COUNTIF({Cell Range 2}, 0)" numerical values from a column. However, I should only count the cell values when a cell value in the same respective row but in another column is blank. Not sure how to proceed.
Hi,
Is this what you're looking for?
https://community.smartsheet.com/discussion/it-possible-count-blank-cell-only-text-filled-out-another-cell
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
It sounds like you might want to use a COUNTIFS statement where you can indicate more than one condition.
=COUNTIFS({Cell Range 2}, 0, [[[Create your other cross reference cell range here]]], ISBLANK(@cell))
You might also try the following formula cause off the top of my head I can't remember whether its cell or row,
=COUNTIFS({Cell Range 2}, 0, [[[Create your other cross reference cell range here]]], ISBLANK(@row))
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…