Counting entries from multiple sheets

SandraStace

New Member
Joined
Nov 28, 2018
Messages
4
I am trying to pull information from sheet "data" into sheet "results" I need to know how many times a person's name was listed on the data sheet. I need it to separate out according to the date as well as the person's name. A formula is preferred, I need the number of times "ttest" shows up in the month of March to be inputted into B2.

Results Tab
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Mar-18[/TD]
[/TR]
[TR]
[TD]ttest[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ttest2[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


Data Tab
[TABLE="width: 500"]
<tbody>[TR]
[TD]ttest[/TD]
[TD]Mar2018[/TD]
[TD]act[/TD]
[TD]l#[/TD]
[TD]type[/TD]
[TD]nm[/TD]
[TD]scr[/TD]
[TD]cust[/TD]
[TD]cust2[/TD]
[TD]coapp[/TD]
[TD]#[/TD]
[TD]3/25/18[/TD]
[TD]ln[/TD]
[TD]test[/TD]
[TD]pr[/TD]
[TD]src[/TD]
[TD]ex[/TD]
[TD]stat[/TD]
[/TR]
[TR]
[TD]ttest2[/TD]
[TD]Mar2018[/TD]
[TD]act[/TD]
[TD]l#[/TD]
[TD]type[/TD]
[TD]nm[/TD]
[TD]scr[/TD]
[TD]cust[/TD]
[TD]cust2[/TD]
[TD]coapp[/TD]
[TD]#[/TD]
[TD]3/30/18[/TD]
[TD]ln[/TD]
[TD]test[/TD]
[TD]pr[/TD]
[TD]src[/TD]
[TD]ex[/TD]
[TD]stat[/TD]
[/TR]
[TR]
[TD]ttest[/TD]
[TD]Mar2018[/TD]
[TD]act[/TD]
[TD]l#[/TD]
[TD]type[/TD]
[TD]nm[/TD]
[TD]scr[/TD]
[TD]cust[/TD]
[TD]cust2[/TD]
[TD]coapp[/TD]
[TD]#[/TD]
[TD]3/15/18[/TD]
[TD]ln[/TD]
[TD]test[/TD]
[TD]pr[/TD]
[TD]src[/TD]
[TD]ex[/TD]
[TD]stat[/TD]
[/TR]
</tbody>[/TABLE]


Thank you
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Results Tab
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Mar-18[/TD]
[/TR]
[TR]
[TD]ttest[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ttest2[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

Data Tab
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]ttest[/TD]
[TD]March2018[/TD]
[TD]act[/TD]
[TD]l#[/TD]
[TD]type[/TD]
[TD]nm[/TD]
[TD]scr[/TD]
[TD]cust[/TD]
[TD]cust2[/TD]
[TD]coapp[/TD]
[TD]#[/TD]
[TD]3/25/18[/TD]
[TD]ln[/TD]
[TD]test[/TD]
[TD]pr[/TD]
[TD]src[/TD]
[TD]ex[/TD]
[TD]stat[/TD]
[/TR]
[TR]
[TD]ttest2[/TD]
[TD]March2018[/TD]
[TD]act[/TD]
[TD]l#[/TD]
[TD]type[/TD]
[TD]nm[/TD]
[TD]scr[/TD]
[TD]cust[/TD]
[TD]cust2[/TD]
[TD]coapp[/TD]
[TD]#[/TD]
[TD]3/30/18[/TD]
[TD]ln[/TD]
[TD]test[/TD]
[TD]pr[/TD]
[TD]src[/TD]
[TD]ex[/TD]
[TD]stat[/TD]
[/TR]
[TR]
[TD]ttest[/TD]
[TD]March2018[/TD]
[TD]act[/TD]
[TD]l#[/TD]
[TD]type[/TD]
[TD]nm[/TD]
[TD]scr[/TD]
[TD]cust[/TD]
[TD]cust2[/TD]
[TD]coapp[/TD]
[TD]#[/TD]
[TD]3/15/18[/TD]
[TD]ln[/TD]
[TD]test[/TD]
[TD]pr[/TD]
[TD]src[/TD]
[TD]ex[/TD]
[TD]stat[/TD]
[/TR]
</tbody>[/TABLE]


A little better illustration of what I'm looking at.
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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