Count if Column A is a unique value and if Column B includes text string

csimarketing

New Member
Joined
Jun 18, 2019
Messages
15
Office Version
  1. 2019
Platform
  1. MacOS
Hello, I am trying to get a count of how many orders we shipped via UPS or fedex.

In Column B, it lists the order number but there are duplicates.

So I only need the count of unique orders #s (Column B) that shipped via UPS or Fed Ex (Column I).

I have tried a combo of COUNTIF and FREQUENCY as well as SUMPRODUCT but I am missing something.

Any help would be great! Thanks.
 

Attachments

  • Screen Shot 2020-11-05 at 10.01.39 AM.png
    Screen Shot 2020-11-05 at 10.01.39 AM.png
    158.7 KB · Views: 11

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
=UNIQUE(B1:C12)
=COUNTIF(D1#,"UPS Ground")
Snag_258207df.png
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,025
Messages
6,122,734
Members
449,094
Latest member
dsharae57

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