Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 132
Default Adding Text Entries in a Cells

I have a spreadsheet to track attendance. On my summary sheet I need to total
all the cells that contain V (For Vacation), A (For Absent), S (For Sick).
The spreadsheet has 4 worksheets. Each sheet is one quarter. How can I have
Excel add all the Vs for example and place the total number in a cell on my
summary page?

Thanks
Kelly

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,726
Default Adding Text Entries in a Cells

=COUNTIF(A:A,"V")

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"Kelly" wrote in message
...
I have a spreadsheet to track attendance. On my summary sheet I need to
total
all the cells that contain V (For Vacation), A (For Absent), S (For Sick).
The spreadsheet has 4 worksheets. Each sheet is one quarter. How can I
have
Excel add all the V's for example and place the total number in a cell on
my
summary page?

Thanks
Kelly



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default Adding Text Entries in a Cells

The simplest way is to add the V's in exactly the same cell on all the WSs,
say A25.

Then, add those cells on the master:

=Sum(Sheet1:Sheet4!A25)

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"Kelly" wrote in message
...
I have a spreadsheet to track attendance. On my summary sheet I need to
total
all the cells that contain V (For Vacation), A (For Absent), S (For Sick).
The spreadsheet has 4 worksheets. Each sheet is one quarter. How can I have
Excel add all the V's for example and place the total number in a cell on my
summary page?

Thanks
Kelly


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 132
Default Adding Text Entries in a Cells

Thank you so much!! This is just what I needed to finish my spreadsheet!!

"Bob Phillips" wrote:

=COUNTIF(A:A,"V")

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"Kelly" wrote in message
...
I have a spreadsheet to track attendance. On my summary sheet I need to
total
all the cells that contain V (For Vacation), A (For Absent), S (For Sick).
The spreadsheet has 4 worksheets. Each sheet is one quarter. How can I
have
Excel add all the V's for example and place the total number in a cell on
my
summary page?

Thanks
Kelly




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
How can I fill a series in Nonadjacent cells eg Text 1, Text 2 juikijui Excel Discussion (Misc queries) 6 September 2nd 06 12:43 AM
checking that cells have a value before the workbook will close kcdonaldson Excel Worksheet Functions 8 December 5th 05 04:57 PM
Adding a lot of text to MS Excel cells macaleer16 Excel Discussion (Misc queries) 2 March 25th 05 02:31 PM
Adding cells, using text as number Pgsmom Excel Discussion (Misc queries) 4 January 10th 05 07:21 PM


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

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

About Us

"It's about Microsoft Excel"