Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is it possible to autosum the total of cells that contain only text, in a
worksheet that contains cells with only text and cells with only numbers? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Do you mean that you want to *COUNT* cells that contain a specific TEXT
entry? Try something like this... =COUNTIF(A2:A100,"Yes") That will count cells in the range A2:A100 that contain Yes. -- Biff Microsoft Excel MVP "Malcolm" wrote in message ... Is it possible to autosum the total of cells that contain only text, in a worksheet that contains cells with only text and cells with only numbers? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=COUNTA(range of cells)-COUNT(range of cells)
Gord Dibben MS Excel MVP On Thu, 20 May 2010 09:41:01 -0700, Malcolm wrote: Is it possible to autosum the total of cells that contain only text, in a worksheet that contains cells with only text and cells with only numbers? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Totaling Time (Text) | Excel Discussion (Misc queries) | |||
help w/ totaling up cells | Excel Discussion (Misc queries) | |||
IF= Cells not totaling | Excel Worksheet Functions | |||
Totaling columns of text in Excel | Excel Worksheet Functions | |||
Totaling rows of text | Excel Worksheet Functions |