help with a formula
Hi All picking your brain here on formulas cant make it work, I am looking to count if:
In my column A the name is DC380 and if corresponding at the value in column A, the value in column B and C is "not done", see an example below:
DC status A Status B
DC480 approved not done
DC280 approved not done
DC380 approved not done
DC480 not done approved
DC280 not done approved
DC380 not done approved
Any Ideas, tried multiple different formulas not working
Note that the count is done on a data sheet and I select reference sheets in the formula
Thank you
Best Answer
-
Try this...
=COUNTIFS(DC:DC, @cell = "DC480", [Status A]:[Status A], @cell = "Not Done") + COUNTIFS(DC:DC, @cell = "DC480", [Status B]:[Status B, @cell = "Not Done")
Answers
-
Are you able to provide some screenshots for reference?
-
Yes of course
i would like to count
DC480 not done = 2 (cumulating status A and B answering to the criteria)
-
Try this...
=COUNTIFS(DC:DC, @cell = "DC480", [Status A]:[Status A], @cell = "Not Done") + COUNTIFS(DC:DC, @cell = "DC480", [Status B]:[Status B, @cell = "Not Done")
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives