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
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
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
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Thanks for your tips, Im able to get the data now.
-
Great! I'm glad I could help 🙂
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!