COUNTIFS, Combination Row and Column Criteria

dannwid

New Member
Joined
Jul 26, 2017
Messages
16
Office Version
  1. 365
Platform
  1. Windows
Helo expert,

Here again, i'm asking a formula to solve my issue. Like picture i put on this below:

Screenshot_21.png


On yellow fill cells are the result that i need (i count it manually). Basically, i need to count how many time the number appears (doesnt matter the sums of them).

e.g.: on "ITEM 1" the number appears 5 on "NEW" criteria, and 1 on "USED" criteria.

Thanks you.
Best Regards.
 
Last edited:

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Try:

=COUNTIFS($A$2:$K$2,B$10,INDEX($A$3:$K$7,MATCH($A11,$A$3:$A$7,0),0),">0")
 
Upvote 0
Try:

=COUNTIFS($A$2:$K$2,B$10,INDEX($A$3:$K$7,MATCH($A11,$A$3:$A$7,0),0),">0")

Hello, i know this is an old thread but if you can assist me that'd be greatly appreciated. I need to count mine too but instead of just number, mine is an e number such as e123123 or e123456.
 
Upvote 0

Forum statistics

Threads
1,214,643
Messages
6,120,702
Members
448,980
Latest member
CarlosWin

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