• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

if condition

yaelcohen

Member
Hello expert,

Thanks for any help,

In the attached file you can find my question.
How I can indicate all the firm-year that exist in both tables.
The indication should be the word FILE
I wrote a condition in column G and I do not know
what is the problem

Thanks a lot!
 

Attachments

  • Question 25.xlsb
    88.4 KB · Views: 10
Hi,

Adding one more simple way with COUNTIFS, just to confirm as I am getting completely different answers as compare to Ashwin's post # 4:

=IF(COUNTIFS($A$4:$A$7597,E4,$B$4:$B$7597,F4),C4,0)

Regards,
Sorry for my late reply. you are right. your solution is different than answer #4 and equal to answer #1
 
Back
Top