COUNT MATCHING VALUES FROM TWO DIFFERENT COLUMNS ON A SEPERATE SHEET
Hello,
What I first thought would be an easy formula has turned out to be quite a pain. I am trying to count the number of rows where one column matches the other. My formula returns #INVALID OPERATION.
=COUNTIFS({Agent}, @cell = Name@row, {Offer Amount}, {Secured Amount})
The thing that confuses me is, even when i go to the referenced sheet and try to do a summary with =COUNTIFS({Offer Amount}, {Secured Amount}) or any variation thereof, even that doesn't work.
I have tried several different ways and looked on google for 20 minutes for an answer with no luck. Is this even possible?
Answers
-
How about adding a column to the referenced sheet with
= [Offer Amount]@row - [Secured Amount]@row
and counting the rows where that is 0?
=COUNTIFS({Agent}, Name@row, {new column},0)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!