I need to get a formula that will tell me how many times the name in E3 appears in column A with a value next to it in column B with a value greater than 1. For example, my column of 50 names in A contains Jim(E3) 10 times. Three of these have number 3 in column B, two have number 2, two have number 1 and three have zeros. I want my answer to be 5 (a count of how many times Jim's name appears with a number >1). What is the formula to get this?
Last edited by NBVC; 11-18-2011 at 03:41 PM.
=sumproduct(--(a:a=e3)*(b:b>1))
If your question has been satisfactorily addressed, please consider marking it solved. Click here to see how.
Also, you might want to add to the user's reputation by clicking the scales icon - it's why we do what we do...
Thomas Lafferty
Analyst/Programmer
Try:
=COUNTIFS(A:A,E3,B:B,">1")
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
PERFECT! Thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks