Countif query
Hi Guys trying to work out a formula that will allow me to count the total number within a range based on a criteria from another column in the same sheet.
If my FY20 Column has Green Yes symbol in it I want to be able to then count to total quotes I have in my quotes value column to show status against the yes in the FY20 column. ( need to be able to breakdown what FY20 and what FY21 out of one master sheet
Was trying
=COUNTIFS([Quoted Value]4:[Quoted Value]70, IF(CONTAINS([FY20]4:[FY20]70, "Yes")))
=IF(CONTAINS([FY20]4:[FY20]70, "Yes", COUNT([Quoted Value]4:[Quoted Value]70)))
Any helps would be appreciated
Answers
-
Try this...
=COUNTIFS([FY20]4:[FY20]70, "Yes")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 464 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 60 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 40 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!