Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a form i use where different People sign off with there initials
such as I would sign off with "JE" i need a total of the signitures. How can have the total number of cells that contain a signiture be recognized as "1"? If the form were to fill I would have cells B2-B53 taken up. Is there a way to make a cell with text in it equal 1 and a blank cell equal 0? Please help. Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Josh,
This is a worksheet form? If the signatures are all in the same column, and the other cells in the column are blank, count them with =COUNTA(A2:A100). -- Earl Kiosterud www.smokeylake.com ----------------------------------------------------------------------- "Josh" wrote in message ... I have a form i use where different People sign off with there initials such as I would sign off with "JE" i need a total of the signitures. How can have the total number of cells that contain a signiture be recognized as "1"? If the form were to fill I would have cells B2-B53 taken up. Is there a way to make a cell with text in it equal 1 and a blank cell equal 0? Please help. Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTA(B2:B53)
Will count all cells that are not empty. Biff "Josh" wrote in message ... I have a form i use where different People sign off with there initials such as I would sign off with "JE" i need a total of the signitures. How can have the total number of cells that contain a signiture be recognized as "1"? If the form were to fill I would have cells B2-B53 taken up. Is there a way to make a cell with text in it equal 1 and a blank cell equal 0? Please help. Thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The COUNTA worksheet function will count non blank cells, so if you put a
formula into a cell such as =COUNTA(B2:B53) you should get a total for the number of signatures entered. "Josh" wrote: I have a form i use where different People sign off with there initials such as I would sign off with "JE" i need a total of the signitures. How can have the total number of cells that contain a signiture be recognized as "1"? If the form were to fill I would have cells B2-B53 taken up. Is there a way to make a cell with text in it equal 1 and a blank cell equal 0? Please help. Thanks |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you all for your responses it worked perfect.
"bigwheel" wrote: The COUNTA worksheet function will count non blank cells, so if you put a formula into a cell such as =COUNTA(B2:B53) you should get a total for the number of signatures entered. "Josh" wrote: I have a form i use where different People sign off with there initials such as I would sign off with "JE" i need a total of the signitures. How can have the total number of cells that contain a signiture be recognized as "1"? If the form were to fill I would have cells B2-B53 taken up. Is there a way to make a cell with text in it equal 1 and a blank cell equal 0? Please help. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumproduct issues | Excel Worksheet Functions | |||
Return Matched Numeric Values across Rows | Excel Worksheet Functions | |||
How do I sum color filled cells in Excel with no values or text? | Excel Discussion (Misc queries) | |||
How to assign character (text) values to y-axis in a Excel chart? | Charts and Charting in Excel | |||
Assign values to text within a cell | Excel Worksheet Functions |