How to calculate 2 condition from 2 different column and link it to another sheet
Hi I would like to calculate my current sheet records with 2 different condition which was "on going" at the same time it is an "Valid Issue"
Both "on going" status, and issue type "Valid Issue" is from different column. How do I manage to calculate the on going cases with valid issue only, and I would to calculate them from a new sheet.
Best Answer
-
Hi @Happy
Are you looking to simply count how many rows in your first sheet have those two criteria?
If so, you could use a COUNTIFS for this! For example:
=COUNTIFS({Status Column Sheet 1}, "On Going", {Issue Column Sheet 1}, "Valid Issue")
Here's more information:
Cheers,
Genevieve
Answers
-
Hi @Happy
Are you looking to simply count how many rows in your first sheet have those two criteria?
If so, you could use a COUNTIFS for this! For example:
=COUNTIFS({Status Column Sheet 1}, "On Going", {Issue Column Sheet 1}, "Valid Issue")
Here's more information:
Cheers,
Genevieve
-
Thanks for your tips, Im able to get the data now.
-
Great! I'm glad I could help 🙂
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.1K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 444 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 290 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!