Need help with a formula
I'm trying to write a formula to capture the times a data point occurs in two different sheets. I've written a formula =COUNTIFS({range 1}, "Early", {range 2}, "Early"). the formula is not capturing correctly. Anyone know what I'm doing wrong
Best Answer
-
Hi Kyle,
I don't think COUNTIFS can have criteria from two different sheets, maybe try adding two countif statements together (one for each sheet) like this:
=COUNTIF({Range 1}, "Early") + COUNTIF({Range 2},"Early")
Typically COUNTIFS is used for filtering from a single sheet by multiple criteria, but in this case there is just one criteria in two separate sheets.
Renée Roberge
Answers
-
Hi Kyle,
I don't think COUNTIFS can have criteria from two different sheets, maybe try adding two countif statements together (one for each sheet) like this:
=COUNTIF({Range 1}, "Early") + COUNTIF({Range 2},"Early")
Typically COUNTIFS is used for filtering from a single sheet by multiple criteria, but in this case there is just one criteria in two separate sheets.
Renée Roberge
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!