Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Totalling number of text entries on a worksheet

I have a sheet, with names and dates on.

Date Name
04/04/09 John
09/04/09 Phil
15/04/09 John
20/04/09 Phil
22/04/09 John
01/05/09 John

All i want is a formula to total up how many John's there are in the
spreadsheet in a formula, is it possible?.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Totalling number of text entries on a worksheet

hi
try this.
=COUNTIF(B1:B10,"John")

adjust the range to suit your data.

Regards
FSt1

"Steve" wrote:

I have a sheet, with names and dates on.

Date Name
04/04/09 John
09/04/09 Phil
15/04/09 John
20/04/09 Phil
22/04/09 John
01/05/09 John

All i want is a formula to total up how many John's there are in the
spreadsheet in a formula, is it possible?.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Totalling number of text entries on a worksheet

=Countif(B2:B7,"John")
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Steve" wrote in message
...
I have a sheet, with names and dates on.

Date Name
04/04/09 John
09/04/09 Phil
15/04/09 John
20/04/09 Phil
22/04/09 John
01/05/09 John

All i want is a formula to total up how many John's there are in the
spreadsheet in a formula, is it possible?.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default Totalling number of text entries on a worksheet

Hi,

Put John in cell D1, for example and in E1 enter

=COUNTIF(B:B,D1)

This way you can put a list of names in column D and copy the above formula
down to get counts of all names.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Steve" wrote:

I have a sheet, with names and dates on.

Date Name
04/04/09 John
09/04/09 Phil
15/04/09 John
20/04/09 Phil
22/04/09 John
01/05/09 John

All i want is a formula to total up how many John's there are in the
spreadsheet in a formula, is it possible?.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
What is the formula for totalling the number of days between two d Jenny G Excel Discussion (Misc queries) 3 August 1st 08 05:56 PM
How do you determine a total number of worksheet entries? The Stoat Excel Worksheet Functions 4 January 19th 08 05:46 PM
I need to use a number in one worksheet to match text in another gillesda Excel Worksheet Functions 1 July 21st 05 11:45 PM
Creating a certain number of entries based on a number in a cell PPV Excel Worksheet Functions 4 June 16th 05 10:25 PM
Converting Text into a Numeric Value and Totalling Shazbut Excel Worksheet Functions 1 May 10th 05 05:14 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"