so do you want to count the number of times an ID is found, or give a list of them? if count is what you want, try using....
=COUNTIFS($A$3:$A$121,F2,$B$3:$B$121,"<>0")
if you want to add all the values, try...
=SUMIF($A$3:$A$121,F2,$B$3:$B$121)
so do you want to count the number of times an ID is found, or give a list of them? if count is what you want, try using....
=COUNTIFS($A$3:$A$121,F2,$B$3:$B$121,"<>0")
if you want to add all the values, try...
=SUMIF($A$3:$A$121,F2,$B$3:$B$121)
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks