Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Need a formula that will calculate a cell of text.

I am creating a tracking worksheet of employees. I want to have a cell next
to their name(s) that automatically enters a value of 1. Then I can have a
sum at the end of the list that tells me how many individuals I have in a
particular category. Regardless of what text is in the cell I want the
result to calculate 1. I found a formula that counts words in a cell, but I
always want it to be 1. Is this possible?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Need a formula that will calculate a cell of text.

an option
=count(A1:A10)
Range is equal to category
HTH

"Dixie" wrote:

I am creating a tracking worksheet of employees. I want to have a cell next
to their name(s) that automatically enters a value of 1. Then I can have a
sum at the end of the list that tells me how many individuals I have in a
particular category. Regardless of what text is in the cell I want the
result to calculate 1. I found a formula that counts words in a cell, but I
always want it to be 1. Is this possible?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Need a formula that will calculate a cell of text.

Ray,
I entered the formula and the result was zero. Any other options?

"Ray A" wrote:

an option
=count(A1:A10)
Range is equal to category
HTH

"Dixie" wrote:

I am creating a tracking worksheet of employees. I want to have a cell next
to their name(s) that automatically enters a value of 1. Then I can have a
sum at the end of the list that tells me how many individuals I have in a
particular category. Regardless of what text is in the cell I want the
result to calculate 1. I found a formula that counts words in a cell, but I
always want it to be 1. Is this possible?

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Need a formula that will calculate a cell of text.

Sorry Dixie
The count function is for numeric numbers
Use =counta(a1:a100)


"Dixie" wrote:

Ray,
I entered the formula and the result was zero. Any other options?

"Ray A" wrote:

an option
=count(A1:A10)
Range is equal to category
HTH

"Dixie" wrote:

I am creating a tracking worksheet of employees. I want to have a cell next
to their name(s) that automatically enters a value of 1. Then I can have a
sum at the end of the list that tells me how many individuals I have in a
particular category. Regardless of what text is in the cell I want the
result to calculate 1. I found a formula that counts words in a cell, but I
always want it to be 1. Is this possible?

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Need a formula that will calculate a cell of text.

Thank you!!!!!!!!! It worked beautifully, just what I need!!!!!!

"Ray A" wrote:

Sorry Dixie
The count function is for numeric numbers
Use =counta(a1:a100)


"Dixie" wrote:

Ray,
I entered the formula and the result was zero. Any other options?

"Ray A" wrote:

an option
=count(A1:A10)
Range is equal to category
HTH

"Dixie" wrote:

I am creating a tracking worksheet of employees. I want to have a cell next
to their name(s) that automatically enters a value of 1. Then I can have a
sum at the end of the list that tells me how many individuals I have in a
particular category. Regardless of what text is in the cell I want the
result to calculate 1. I found a formula that counts words in a cell, but I
always want it to be 1. Is this possible?

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 to calculate with formula results after formatting with =TEXT VickiMc Excel Worksheet Functions 3 September 21st 09 10:27 PM
Calculate a formula when enter text KG Excel Worksheet Functions 7 May 31st 09 12:43 PM
excel text formula does not calculate after editing lannyk Excel Worksheet Functions 4 July 24th 08 07:18 PM
Calculate value in a text filled cell D-- Excel Worksheet Functions 6 July 12th 07 02:05 AM
calculate a formula instead of returning text Jonrey Excel Worksheet Functions 21 April 9th 06 11:28 PM


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

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"