I am trying to count the number of rows in one column with reference to a value in another column
Hi All,
I am trying to build a formula in 'summary sheet' data to refer two two columns. Count the number of rows in MCB Rational Column(if a value exists) only if the other column 'Count of current year' says 'true'.
I am using formula - =COUNTIFS([MCB Rational]:[MCB Rational],@row, [Count for current year]:[Count for current year], CONTAINS("TRUE", @cell)).Can you suggest the correction in the formula? Thank You.
Best Answer
-
Hi @medhapar
Hope you are fine, please try the following formula:
=COUNTIFS([MCB Rational]:[MCB Rational], @cell <> "", [Count for current year]:[Count for current year], @cell = "TRUE")
the following screenshot:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Answers
-
Hi @medhapar
Hope you are fine, please try the following formula:
=COUNTIFS([MCB Rational]:[MCB Rational], @cell <> "", [Count for current year]:[Count for current year], @cell = "TRUE")
the following screenshot:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Thank You Bassam,
That solution worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!