ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Count No. of times Dates are repeated (https://www.excelbanter.com/excel-discussion-misc-queries/59108-count-no-times-dates-repeated.html)

Mandeep Dhami

Count No. of times Dates are repeated
 
Hi,

I have a database where in dates are repeated in column D and names in
column I.
I want a formula in a different worksheet of the same file wherein I get the
count of dates column along with the individual name.
The intention is to get number of days each individual is present. The same
dates could be repeated any number of times for the same individual.

Example for the month of Dec. 2005
Dates Names
20 AD
15 BC
08 GH........etc

Cheers,
Mandeep Dhami


Ron Coderre

Count No. of times Dates are repeated
 
Have you considered a Pivot Table?

DataPivot Table
Use Excel
Select your data
Click the [Layout] button

ROW: Drag the Names field here
DATA: Drag the Dates field here
If it doesn't list as Count of Dates...dbl-click it and set it to Count
Click [OK]
Select where you want the Pivot Table...and you're done!

That will list each name and the count of dates.

To refresh the Pivot Table, just right click it and select Refresh Data.

Something you can use?

***********
Regards,
Ron


"Mandeep Dhami" wrote:

Hi,

I have a database where in dates are repeated in column D and names in
column I.
I want a formula in a different worksheet of the same file wherein I get the
count of dates column along with the individual name.
The intention is to get number of days each individual is present. The same
dates could be repeated any number of times for the same individual.

Example for the month of Dec. 2005
Dates Names
20 AD
15 BC
08 GH........etc

Cheers,
Mandeep Dhami


Mandeep Dhami

Count No. of times Dates are repeated
 
Thanks Ron.
I tried as instructed but sorry to say it is not working as I wanted.
The result is that, I am getting total number of times the dates are entered
against each names, where as I want that each new date should be counted only
once, i.e., if a person "A" is present for 10 days in a month, I should get
count 10 against his name no matter how many times he may have entered same
date against his name.
Hope I am able to convey what I require.

Cheers,
Mandeep Dhami


"Ron Coderre" wrote:

Have you considered a Pivot Table?

DataPivot Table
Use Excel
Select your data
Click the [Layout] button

ROW: Drag the Names field here
DATA: Drag the Dates field here
If it doesn't list as Count of Dates...dbl-click it and set it to Count
Click [OK]
Select where you want the Pivot Table...and you're done!

That will list each name and the count of dates.

To refresh the Pivot Table, just right click it and select Refresh Data.

Something you can use?

***********
Regards,
Ron


"Mandeep Dhami" wrote:

Hi,

I have a database where in dates are repeated in column D and names in
column I.
I want a formula in a different worksheet of the same file wherein I get the
count of dates column along with the individual name.
The intention is to get number of days each individual is present. The same
dates could be repeated any number of times for the same individual.

Example for the month of Dec. 2005
Dates Names
20 AD
15 BC
08 GH........etc

Cheers,
Mandeep Dhami


Ron Coderre

Count No. of times Dates are repeated
 
Are you looking for how many times a name appears in the list? If yes, just
drag Count of Dates out of the DATA area and replace it with Count of Names.

Does that help?

***********
Regards,
Ron


"Mandeep Dhami" wrote:

Thanks Ron.
I tried as instructed but sorry to say it is not working as I wanted.
The result is that, I am getting total number of times the dates are entered
against each names, where as I want that each new date should be counted only
once, i.e., if a person "A" is present for 10 days in a month, I should get
count 10 against his name no matter how many times he may have entered same
date against his name.
Hope I am able to convey what I require.

Cheers,
Mandeep Dhami


"Ron Coderre" wrote:

Have you considered a Pivot Table?

DataPivot Table
Use Excel
Select your data
Click the [Layout] button

ROW: Drag the Names field here
DATA: Drag the Dates field here
If it doesn't list as Count of Dates...dbl-click it and set it to Count
Click [OK]
Select where you want the Pivot Table...and you're done!

That will list each name and the count of dates.

To refresh the Pivot Table, just right click it and select Refresh Data.

Something you can use?

***********
Regards,
Ron


"Mandeep Dhami" wrote:

Hi,

I have a database where in dates are repeated in column D and names in
column I.
I want a formula in a different worksheet of the same file wherein I get the
count of dates column along with the individual name.
The intention is to get number of days each individual is present. The same
dates could be repeated any number of times for the same individual.

Example for the month of Dec. 2005
Dates Names
20 AD
15 BC
08 GH........etc

Cheers,
Mandeep Dhami


Mandeep Dhami

Count No. of times Dates are repeated
 
Ron,

I am looking at how many times the date is repeated against each name.
For Example:
Date Name
1-Dec-05 A
1-Dec-05 A
1-Dec-05 B
2-Dec-05 A
2-Dec-05 B
2-Dec-05 B
2-Dec-05 B
3-Dec-05 A
3-Dec-05 A
4-Dec-05 A

So here on 1-Dec-05 "A" appears twice and "B" once, similarly on 2-Dec-05
"A" appears once and "B" 3 times.

This should show as:
Date Name Frequency
1-Dec-05 A 2
B 1
2-Dec-05 A 1
B 3
Cheers,
Mandeep



"Ron Coderre" wrote:

Are you looking for how many times a name appears in the list? If yes, just
drag Count of Dates out of the DATA area and replace it with Count of Names.

Does that help?

***********
Regards,
Ron


"Mandeep Dhami" wrote:

Thanks Ron.
I tried as instructed but sorry to say it is not working as I wanted.
The result is that, I am getting total number of times the dates are entered
against each names, where as I want that each new date should be counted only
once, i.e., if a person "A" is present for 10 days in a month, I should get
count 10 against his name no matter how many times he may have entered same
date against his name.
Hope I am able to convey what I require.

Cheers,
Mandeep Dhami


"Ron Coderre" wrote:

Have you considered a Pivot Table?

DataPivot Table
Use Excel
Select your data
Click the [Layout] button

ROW: Drag the Names field here
DATA: Drag the Dates field here
If it doesn't list as Count of Dates...dbl-click it and set it to Count
Click [OK]
Select where you want the Pivot Table...and you're done!

That will list each name and the count of dates.

To refresh the Pivot Table, just right click it and select Refresh Data.

Something you can use?

***********
Regards,
Ron


"Mandeep Dhami" wrote:

Hi,

I have a database where in dates are repeated in column D and names in
column I.
I want a formula in a different worksheet of the same file wherein I get the
count of dates column along with the individual name.
The intention is to get number of days each individual is present. The same
dates could be repeated any number of times for the same individual.

Example for the month of Dec. 2005
Dates Names
20 AD
15 BC
08 GH........etc

Cheers,
Mandeep Dhami


Ron Coderre

Count No. of times Dates are repeated
 
OK...I think I (finally) understand. Try this with your Pivot Table:
First clear off all fields...then:
ROW:
Drag Date field first
Dbl-Click and set Subtotals to None

Drag Names Field second
Dbl-Click and set Subtotals to None

DATA: Count of Date

Then....once you see the Pivot Table right click on it and:
uncheck Grand totals for Rows
uncheck Grand totals for Columns
Click [OK]

Did I get it right this time?

***********
Regards,
Ron


"Mandeep Dhami" wrote:

Ron,

I am looking at how many times the date is repeated against each name.
For Example:
Date Name
1-Dec-05 A
1-Dec-05 A
1-Dec-05 B
2-Dec-05 A
2-Dec-05 B
2-Dec-05 B
2-Dec-05 B
3-Dec-05 A
3-Dec-05 A
4-Dec-05 A

So here on 1-Dec-05 "A" appears twice and "B" once, similarly on 2-Dec-05
"A" appears once and "B" 3 times.

This should show as:
Date Name Frequency
1-Dec-05 A 2
B 1
2-Dec-05 A 1
B 3
Cheers,
Mandeep



"Ron Coderre" wrote:

Are you looking for how many times a name appears in the list? If yes, just
drag Count of Dates out of the DATA area and replace it with Count of Names.

Does that help?

***********
Regards,
Ron


"Mandeep Dhami" wrote:

Thanks Ron.
I tried as instructed but sorry to say it is not working as I wanted.
The result is that, I am getting total number of times the dates are entered
against each names, where as I want that each new date should be counted only
once, i.e., if a person "A" is present for 10 days in a month, I should get
count 10 against his name no matter how many times he may have entered same
date against his name.
Hope I am able to convey what I require.

Cheers,
Mandeep Dhami


"Ron Coderre" wrote:

Have you considered a Pivot Table?

DataPivot Table
Use Excel
Select your data
Click the [Layout] button

ROW: Drag the Names field here
DATA: Drag the Dates field here
If it doesn't list as Count of Dates...dbl-click it and set it to Count
Click [OK]
Select where you want the Pivot Table...and you're done!

That will list each name and the count of dates.

To refresh the Pivot Table, just right click it and select Refresh Data.

Something you can use?

***********
Regards,
Ron


"Mandeep Dhami" wrote:

Hi,

I have a database where in dates are repeated in column D and names in
column I.
I want a formula in a different worksheet of the same file wherein I get the
count of dates column along with the individual name.
The intention is to get number of days each individual is present. The same
dates could be repeated any number of times for the same individual.

Example for the month of Dec. 2005
Dates Names
20 AD
15 BC
08 GH........etc

Cheers,
Mandeep Dhami


Mandeep Dhami

Count No. of times Dates are repeated
 
Thanks Ron,
Yes you have got it right this time.

"Ron Coderre" wrote:

OK...I think I (finally) understand. Try this with your Pivot Table:
First clear off all fields...then:
ROW:
Drag Date field first
Dbl-Click and set Subtotals to None

Drag Names Field second
Dbl-Click and set Subtotals to None

DATA: Count of Date

Then....once you see the Pivot Table right click on it and:
uncheck Grand totals for Rows
uncheck Grand totals for Columns
Click [OK]

Did I get it right this time?

***********
Regards,
Ron


"Mandeep Dhami" wrote:

Ron,

I am looking at how many times the date is repeated against each name.
For Example:
Date Name
1-Dec-05 A
1-Dec-05 A
1-Dec-05 B
2-Dec-05 A
2-Dec-05 B
2-Dec-05 B
2-Dec-05 B
3-Dec-05 A
3-Dec-05 A
4-Dec-05 A

So here on 1-Dec-05 "A" appears twice and "B" once, similarly on 2-Dec-05
"A" appears once and "B" 3 times.

This should show as:
Date Name Frequency
1-Dec-05 A 2
B 1
2-Dec-05 A 1
B 3
Cheers,
Mandeep



"Ron Coderre" wrote:

Are you looking for how many times a name appears in the list? If yes, just
drag Count of Dates out of the DATA area and replace it with Count of Names.

Does that help?

***********
Regards,
Ron


"Mandeep Dhami" wrote:

Thanks Ron.
I tried as instructed but sorry to say it is not working as I wanted.
The result is that, I am getting total number of times the dates are entered
against each names, where as I want that each new date should be counted only
once, i.e., if a person "A" is present for 10 days in a month, I should get
count 10 against his name no matter how many times he may have entered same
date against his name.
Hope I am able to convey what I require.

Cheers,
Mandeep Dhami


"Ron Coderre" wrote:

Have you considered a Pivot Table?

DataPivot Table
Use Excel
Select your data
Click the [Layout] button

ROW: Drag the Names field here
DATA: Drag the Dates field here
If it doesn't list as Count of Dates...dbl-click it and set it to Count
Click [OK]
Select where you want the Pivot Table...and you're done!

That will list each name and the count of dates.

To refresh the Pivot Table, just right click it and select Refresh Data.

Something you can use?

***********
Regards,
Ron


"Mandeep Dhami" wrote:

Hi,

I have a database where in dates are repeated in column D and names in
column I.
I want a formula in a different worksheet of the same file wherein I get the
count of dates column along with the individual name.
The intention is to get number of days each individual is present. The same
dates could be repeated any number of times for the same individual.

Example for the month of Dec. 2005
Dates Names
20 AD
15 BC
08 GH........etc

Cheers,
Mandeep Dhami



All times are GMT +1. The time now is 11:12 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com