Combining COUNTIFS formulas
Currently I have two COUNTIF formulas in two different cells, then I am using a 3rd cell to add them together. I am looking for a way to combine the formulas and have everything calculated in one cell. Both formulas are pulling data from different sheets.
1st formula:
=COUNTIF({B2B Thermo Fisher Project List Range 1}, IF(ISDATE(@cell ), MONTH(@cell )) = 1)
2nd formula:
=COUNTIF({Completed Projects Units}, IF(ISDATE(@cell ), MONTH(@cell )) = 1)
I have tried to combine the formulas into one cell, but am getting a #UNPARSEABLE error. The formula I tried was: =COUNTIFS({Completed Projects Units}, IF(ISDATE(@cell), MONTH(@cell) = 1), {B2B Thermo Fisher Project List Range 1}, IF(ISDATE(@cell), MONTH(@cell) = 1))
Best Answer
-
Just add the two COUNTIF formulas together.
=COUNTIF(………………) + COUNTIF(……………)
Answers
-
Just add the two COUNTIF formulas together.
=COUNTIF(………………) + COUNTIF(……………)
-
Thank you, Paul. I could have sworn I tried that and got an error. I tried again and it worked.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!