Need data count using formula in a different tab to give me the result

starpupil

New Member
Joined
Jan 30, 2012
Messages
10
i am looking to get a formula which will help me get a count of number of times the event has occured
example

This data is found in Tab 1
date
Name
Result
3/1/2012
Anna
Pending
3/1/2012
John
Closed
3/1/2012
Sam
Reassinged
3/1/2012
John
Reassinged
4/1/2012
Anna
Pending
4/1/2012
Anna
Pending
4/1/2012
Anna
Closed
4/1/2012
Anna
Closed
4/1/2012
Sam
Reassinged

<TBODY>
</TBODY>



The result should give me this in Tab 2

3/1/2012
3/1/2012
3/1/2012
4/1/2012
4/1/2012
4/1/2012
Pending
Closed
Reassinged
Pending
Closed
Reassinged
Anna
1
2
1
John
1
1
1
Sam
1
1

<TBODY>
</TBODY>

I tried to different variation of =countif; then i do not know how to put the date variable into account
please help,

much appreciated
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.

Forum statistics

Threads
1,216,730
Messages
6,132,395
Members
449,725
Latest member
Enero1

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