Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I fill a series in Nonadjacent cells eg Text 1, Text 2 | Excel Discussion (Misc queries) | |||
checking that cells have a value before the workbook will close | Excel Worksheet Functions | |||
Adding a lot of text to MS Excel cells | Excel Discussion (Misc queries) | |||
Adding cells, using text as number | Excel Discussion (Misc queries) |