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
[TABLE="class: grid, width: 12, align: center"]
<TBODY>[TR]
[TD]date
[/TD]
[TD]Name
[/TD]
[TD]Result
[/TD]
[/TR]
[TR]
[TD]3/1/2012
[/TD]
[TD]Anna
[/TD]
[TD]Pending
[/TD]
[/TR]
[TR]
[TD]3/1/2012
[/TD]
[TD]John
[/TD]
[TD]Closed
[/TD]
[/TR]
[TR]
[TD]3/1/2012
[/TD]
[TD]Sam
[/TD]
[TD]Reassinged
[/TD]
[/TR]
[TR]
[TD]3/1/2012
[/TD]
[TD]John
[/TD]
[TD]Reassinged
[/TD]
[/TR]
[TR]
[TD]4/1/2012
[/TD]
[TD]Anna
[/TD]
[TD]Pending
[/TD]
[/TR]
[TR]
[TD]4/1/2012
[/TD]
[TD]Anna
[/TD]
[TD]Pending
[/TD]
[/TR]
[TR]
[TD]4/1/2012
[/TD]
[TD]Anna
[/TD]
[TD]Closed
[/TD]
[/TR]
[TR]
[TD]4/1/2012
[/TD]
[TD]Anna
[/TD]
[TD]Closed
[/TD]
[/TR]
[TR]
[TD]4/1/2012
[/TD]
[TD]Sam
[/TD]
[TD]Reassinged
[/TD]
[/TR]
</TBODY>[/TABLE]



The result should give me this in Tab 2

[TABLE="class: grid, width: 50, align: center"]
<TBODY>[TR]
[TD][/TD]
[TD]3/1/2012
[/TD]
[TD]3/1/2012
[/TD]
[TD]3/1/2012
[/TD]
[TD]4/1/2012
[/TD]
[TD]4/1/2012
[/TD]
[TD]4/1/2012
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Pending
[/TD]
[TD]Closed
[/TD]
[TD]Reassinged
[/TD]
[TD]Pending
[/TD]
[TD]Closed
[/TD]
[TD]Reassinged
[/TD]
[/TR]
[TR]
[TD]Anna
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD]2
[/TD]
[TD]1
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]John
[/TD]
[TD][/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD]1
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Sam
[/TD]
[TD][/TD]
[TD][/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD]1
[/TD]
[/TR]
</TBODY>[/TABLE]

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

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.

Forum statistics

Threads
1,226,739
Messages
6,192,740
Members
453,755
Latest member
IQBS

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