Vlookup? Countif? Sumif? Counting Repeated information Question

Johnny4strings

New Member
Joined
Nov 9, 2018
Messages
33
Hello everyone,
I am currently working with a large amount of data from an output. I am trying to make a formula that only counts one instance of a repeated value. Basically, and I am trying to make a head count based upon name and rank and I am getting repeated information throwing my count off.

Here is a mockup of the output:

ABCDEFGHIJK
99201820192/1/2018100100GUSTFTOM BAILEYMANAGER2/0
99201820192/1/2018100100GUSTFTOM BAILEYMANAGER2/0
99201820192/1/2018100100GUSTFANN WILSONSECRETARY2/0

<tbody>
</tbody>


I would like to make a formula that would count the instances-focusing on the differences in columns I and K.


For example, I am just interested that "tom bailey" "2/0" appears on my list one time, not how many times that it did; ideally I would like a formula that gave me a value of 2 for both instances of tom bailey and for one for the ann wilson instance (I want to count combinations concerning name and rank).

The formula must count the distinct instances of name (col I) and rank (col K). This is puzzling me as I know how to author a countif, however I do not want to disregard the repeated count of each and every instance of "tom bailey" "2/0" as this output is actually thousands-not just three rows.

I appreciate any help you all may be willing to provide!
John
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
maybe COUNTIFS?


Book1
ABCDEFGHIJKL
199201820192/01/2018100100GUSTFTOM BAILEYMANAGER2/02
299201820192/01/2018100100GUSTFTOM BAILEYMANAGER2/02
399201820192/01/2018100100GUSTFANN WILSONSECRETARY2/01
Sheet27
Cell Formulas
RangeFormula
L1=COUNTIFS(I:I,I1,K:K,K1)
L2=COUNTIFS(I:I,I2,K:K,K2)
L3=COUNTIFS(I:I,I3,K:K,K3)
 
Upvote 0

Forum statistics

Threads
1,214,590
Messages
6,120,423
Members
448,961
Latest member
nzskater

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top