Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 52
Default make text in one cell count as 1 in another cell

Hi, In would like to know please, if I fill in cells with text, how can I
make each of them them count numeric in another cell. i.e B2 james, B3
julia, C4= 2
  #2   Report Post  
Posted to microsoft.public.excel.misc
Zeb Zeb is offline
external usenet poster
 
Posts: 2
Default make text in one cell count as 1 in another cell

In C4 put the formula =counta(B2:B3) This will count all the cells from B2 to
B3 that have text in the cell, if you want to count a specific value then you
can use the countif function.

Zeb

"jenny" wrote:

Hi, In would like to know please, if I fill in cells with text, how can I
make each of them them count numeric in another cell. i.e B2 james, B3
julia, C4= 2

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 94
Default make text in one cell count as 1 in another cell


jenny wrote:
Hi, In would like to know please, if I fill in cells with text, how can I
make each of them them count numeric in another cell. i.e B2 james, B3
julia, C4= 2


Hi Jenny,

If you put in cell C4

=COUNTA(B2:B3)

It counts the cells that are non-empty... ( So it will also count if
the contents in the cells is numeric.)

Regards,

Bondi

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default make text in one cell count as 1 in another cell

To count non-blank (filled with anything) cells:
=CountA(B:B)

To count only numbers:
=Count(B:B)

To count only text:
=Countif(B:B,"*?")

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"jenny" wrote in message
...
Hi, In would like to know please, if I fill in cells with text, how can I
make each of them them count numeric in another cell. i.e B2 james, B3
julia, C4= 2


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 can i make a cell always show text in caps Alan Excel Worksheet Functions 3 August 13th 05 04:32 PM
How do I add a make a new paragraph in a text cell? bearntrail Excel Discussion (Misc queries) 1 July 5th 05 10:15 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
want if cell containts text, then increase count by one lsundae Excel Worksheet Functions 4 November 18th 04 02:11 PM
how to count the nr of occurrences of a text string in a cell rang eagerbuyer Excel Worksheet Functions 1 November 4th 04 12:27 PM


All times are GMT +1. The time now is 09:31 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"