Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 103
Default Assign Values to text cells

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 611
Default Assign Values to text cells

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Assign Values to text cells

=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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 222
Default Assign Values to text cells

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 103
Default Assign Values to text cells

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
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
Sumproduct issues SteveDB1 Excel Worksheet Functions 25 June 3rd 09 04:58 PM
Return Matched Numeric Values across Rows Sam via OfficeKB.com Excel Worksheet Functions 2 January 2nd 07 11:03 PM
How do I sum color filled cells in Excel with no values or text? Oy! Excel Discussion (Misc queries) 2 March 9th 06 05:59 PM
How to assign character (text) values to y-axis in a Excel chart? cy Charts and Charting in Excel 1 July 16th 05 10:39 PM
Assign values to text within a cell Bob Excel Worksheet Functions 2 June 7th 05 09:51 PM


All times are GMT +1. The time now is 10:10 AM.

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"