=COUNTIFS in column with grouping...

RobbieC

Active Member
Joined
Dec 14, 2016
Messages
376
Office Version
  1. 2010
Platform
  1. Windows
Hi there, I have a column of values G1:G35 and I want to create a column next to it H1:H35 with a COUNT of each value. I can get this to work with the code in H1 and dragged down to H35:
Code:
=COUNTIFS($G$1:G1,G1,$G$1:G1,"<>0",$G$1:G1,"<>""",$G$1:G1,"<>U100")
This misses out 0's, nulls and U100's - this is working fine! :)

However, how can I group values together in this formula?

For example, if the value is SPT or CPT, they are counted as the same.

If you can point me in the right direction, that'd be brilliant. Thanks
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Would it be something along the line of

Code:
=COUNTIFS($G$1:G1,{"SPT","CPT"}[COLOR=#333333],$G$1:G1,"<>0",$G$1:G1,"<>""",$G$1:G1,"<>U100"[/COLOR])
 
Upvote 0
Anyone? If it can't be done with COUNTIFS, would there be another workaround that I could use?
 
Upvote 0
I'm going crazy trying to find a solution to this.... surely there must be a way to do this???
 
Upvote 0

Forum statistics

Threads
1,214,833
Messages
6,121,868
Members
449,053
Latest member
Mesh

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