Counting Formula

Mote36

New Member
Joined
May 13, 2008
Messages
30
I need to count some results that have criterias in two diferents rows. I'm using excel 2000.
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Say you want to count on row 1 the cells that equal 1 and the cells on row 3 equal 3:

=SUMPRODUCT(--($A$1:$Z$1=1),--($A$3:$Z$3=3))
 
Upvote 0
I need to count in A1:A10 all the values that are iquals to 23 in A1:A10 and iquals to 2008 in B1:B10.
 
Upvote 0
Just change the ranges and conditions:

=SUMPRODUCT(--($A$1:$A$10=23),--($B$1:$B$10=2008))
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,557
Members
449,088
Latest member
davidcom

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