Countifs (duplicates counted ones)

taxx411

New Member
Joined
Dec 21, 2021
Messages
8
Office Version
  1. 365
Platform
  1. Windows
I have 3 columns

Full Name, Status, Source

Need a count ifs function to count my leads without duplicating in column A (names)

Existing Formula: =COUNTIFS(G:G,"*Open - Lead*",J:J,"Opcity")

Any ideas on how I can fix this?
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Hi & welcome to MrExcel.

Can you post some sample data, along with expected results.

MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.
 
Upvote 0
Have you downloaded & installed the Xl2BB add-in?
 
Upvote 0
Did you follow the instructions in the link I supplied?
If so does the add-in appear in the add-ins list in Excel?
 
Upvote 0
Ok I had to close out of my Excel for the file to open. Now it won't detect my ranges so i cannot copy
 
Upvote 0
I have 3 columns

Full Name, Status, Source

Need a count ifs function to count my leads without duplicating in column A (names)

Existing Formula: =COUNTIFS(G:G,"*Open - Lead*",J:J,"Opcity")

Any ideas on how I can fix this?
Here it is

sample.xlsx
ABCDEFGHIJKLMNO
1Email Auto PilotOpen - Lead (Opcity)-
2Email Alex Abba onlyOpen - Lead (Zillow)4.00 Should be 3 as buyer A is the same person
3Open - Lead (David Yakubov)-
4MLS #Full NamePhone 1E-MailAppointmentAddressStatusAmountLead DateSourceBank LetterAgencyFair HousingCovidNotes
5Buyer A(999) 999-9999buyera@aol.com77-20 Austin Street, Forest Hills, NY 11375 Unit #:6DOpen - Lead$ 319,000.0020-Nov-21ZillowNoNoNoNo
6Buyer A(999) 999-9999buyera@aol.com67-87 Booth Street, Forest Hills, NY 11375 Unit #:3HOpen - Lead$ 338,000.0021-Nov-21ZillowNoNoNoNo
7Buyer C(999) 999-9999buyerc@aol.com68-09 Booth St #4N, Forest Hills, NY 11375Open - Lead$ 324,999.0021-Nov-21ZillowNoNoNoNo
83342994Buyer D(999) 999-9999buyerd@aol.com67-71 Yellowstone Boulevard, Forest Hills, NY 11375 Unit #:7FOpen - Lead21-Nov-21ZillowNoNoNoNo
Sales Lead Sheet
Cell Formulas
RangeFormula
G1G1=COUNTIFS(G:G,"*Open - Lead*",J:J,"Opcity")
G2G2=COUNTIFS(G:G,"*Open - Lead*",J:J,"Zillow")
G3G3=COUNTIFS(G:G,"*Open - Lead*",J:J,"David Yakubov")
Cells with Conditional Formatting
CellConditionCell FormatStop If True
G:GCell Valuecontains "Seller - Lead"textNO
G:GCell Valuecontains "Open - Lead"textNO
G:GCell Value="Dead"textNO
G:GCell Value="Expired"textNO
J:JCell Value="Opcity"textNO
J:JCell Value="David Yakubov"textNO
J:JCell Value="Zillow"textNO
J5:J8Cell Value="Door Knocking"textNO
J5:J8Cell Value="Opcity"textNO
K5:N1048576Cell Valuecontains "Yes"textNO
K5:N1048576Cell Valuecontains "No"textNO
 
Upvote 0
Thanks for that.
How about
+Fluff 1.xlsm
ABCDEFGHIJKLMNO
1Email Auto PilotOpen - Lead (Opcity)0
2Email Alex Abba onlyOpen - Lead (Zillow)3 Should be 3 as buyer A is the same person
3Open - Lead (David Yakubov)0
4MLS #Full NamePhone 1E-MailAppointmentAddressStatusAmountLead DateSourceBank LetterAgencyFair HousingCovidNotes
5Buyer A9999999999buyera@aol.com77-20 Austin Street, Forest Hills, NY 11375 Unit #:6DOpen - Lead31900044520ZillowNoNoNoNo
6Buyer A9999999999buyera@aol.com67-87 Booth Street, Forest Hills, NY 11375 Unit #:3HOpen - Lead33800044521ZillowNoNoNoNo
7Buyer C9999999999buyerc@aol.com68-09 Booth St #4N, Forest Hills, NY 11375Open - Lead32499944521ZillowNoNoNoNo
83342994Buyer D9999999999buyerd@aol.com67-71 Yellowstone Boulevard, Forest Hills, NY 11375 Unit #:7FOpen - Lead44521ZillowNoNoNoNo
9
Main
Cell Formulas
RangeFormula
G1G1=IFERROR(ROWS(UNIQUE(FILTER($B$5:$B$100,($G$5:$G$100="open - lead")*($J$5:$J$100="opcity")))),0)
G2G2=IFERROR(ROWS(UNIQUE(FILTER($B$5:$B$100,($G$5:$G$100="open - lead")*($J$5:$J$100="zillow")))),0)
G3G3=IFERROR(ROWS(UNIQUE(FILTER($B$5:$B$100,($G$5:$G$100="open - lead")*($J$5:$J$100="David Yakubov")))),0)
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,561
Members
449,089
Latest member
Motoracer88

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