COUNTIFS with Concatenate

nburaq

Board Regular
Joined
Apr 2, 2021
Messages
220
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Hi,
I try to use countifs formula with & for the "Goods" table shown below but it does not work any idea why? Thanks for your help and comments!

ItemColorCount
DeskBlack
DeskGrey
DeskGrey
TableWhite
TableBlack
TableWhite

=COUNTIFS(Goods[Item]&Goods[Color ];[@Item]&[@[Color ]])

PS: I could use =COUNTIFS( Goods[Item];[@[Item];Goods[Color];[@[Color]) but I think there must be a way with "&"
 
Last edited:

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
You cannot concatenate the ranges in any of the xxxIFS functions as that creates an array & it only works with a range.
 
Upvote 0
Solution
You cannot concatenate the ranges in any of the xxxIFS functions as that creates an array & it only works with a range.
Thanks for the information. Otherwise I was going to be busy with it all day long!
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,919
Messages
6,122,259
Members
449,075
Latest member
staticfluids

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