Information From 2 Coluumns

AFIORE

New Member
Joined
Mar 11, 2009
Messages
5
I am unsure if this was answered already but I am having a lot of trouble. I am trying to find out if it is possible to count the number of entries in one column if it meets criteria in another comlumn?

Here is my problem: I work for a contractor and I am trying to find out the number of contracts sold(column J) by Mike (Column K). I have tried =COUNTIFS functions but these dont work. I know if I create 4 other columns with IF functions I can get the information but I have to imagine there is another way. Please Help!
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
If you are trying to count how many times something occurs you could try =countif(K:K, "Mike")
 
Upvote 0
The easiest way to do it is with filters, if you just need to look at totals for one person at a time. Do you need to create reports off of it, or is it just for reference?

So filter column K to just show mike, and then use subtotals to add column J.
 
Upvote 0
Maybe I read it wrong. Are you looking for total number of contracts or total dollar amount of contracts?
 
Upvote 0
Maybe this is a little easier, this would be what the spread sheet looks like(roughly):

COLUMN A COLUMN J COLUMN K
NAME SOLD SALESMAN
MR $15,00.00 MIKE
MR MIKE
MR $750.00 DAVE
MRS $820.56 MIKE

What I need is a function that will tell me how many Mike sold (2)
 
Upvote 0
Filtering still works, and is super simple. Just use a different subtotal function - to count non blanks. Do you need to see how many mike sold at the same time you see how many dave sold, or is it just for reference?
 
Upvote 0
The only problem with the countif(k:k, "mike") is that there are some entries for Mike that do not have an entry in column J.
Its for a closing ratio of how many contracts Mike sold. All of the people he met with will be listed and not all of them were sold, unfortunately.
 
Upvote 0

Forum statistics

Threads
1,214,400
Messages
6,119,289
Members
448,885
Latest member
LokiSonic

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