Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
nyc_doc
 
Posts: n/a
Default Count number of values in a cell

This should be SO simple, but I just can't figure it out!
I've got a column in which each cell has a different list of numbers
separated by commas. I need to count how many numbers in a cell are greater
than or equal to 15:

4,14,16,15,15.3 -- 3
10,10.5,14.9 -- 0
19, 15.1, 15 --2

Anybody got any ideas??? Thanks for your help!
  #2   Report Post  
nyc_doc
 
Posts: n/a
Default

that last row had an error of course....

This should be SO simple, but I just can't figure it out!
I've got a column in which each cell has a different list of numbers
separated by commas. I need to count how many numbers in a cell are greater
than or equal to 15:

4,14,16,15,15.3 -- 3
10,10.5,14.9 -- 0
19,15.1 --2

Anybody got any ideas??? Thanks for your help!

  #3   Report Post  
Anne Troy
 
Posts: n/a
Default

Sorry, Doc. I don't know why you think it should be simple. Excel wants the
values in different cells. Matter of fact, if you insert a column to the
left, and then select this column and do a Data--Text to columns and split
this cell up by it's numbers, you could then use a formula like the
following in the inserted column:
=COUNTIF(B2:IV2,"15")
*******************
~Anne Troy

www.OfficeArticles.com


"nyc_doc" wrote in message
...
that last row had an error of course....

This should be SO simple, but I just can't figure it out!
I've got a column in which each cell has a different list of numbers
separated by commas. I need to count how many numbers in a cell are

greater
than or equal to 15:

4,14,16,15,15.3 -- 3
10,10.5,14.9 -- 0
19,15.1 --2

Anybody got any ideas??? Thanks for your help!



  #4   Report Post  
nyc_doc
 
Posts: n/a
Default

Thanks Anne. you're absolutely right, that would make it much easier - to
separate the data into separate columns, and if I must I will. But I don't
want to clutter the spreadsheet too much (some cells will have hundreds of
numbers) and don't like refering to separate sheets.... because it will go
through different hand and a separate worksheet might get accidentally
separated. Thanks for the quick reply!


"Anne Troy" wrote:

Sorry, Doc. I don't know why you think it should be simple. Excel wants the
values in different cells. Matter of fact, if you insert a column to the
left, and then select this column and do a Data--Text to columns and split
this cell up by it's numbers, you could then use a formula like the
following in the inserted column:
=COUNTIF(B2:IV2,"15")
*******************
~Anne Troy

www.OfficeArticles.com


"nyc_doc" wrote in message
...
that last row had an error of course....

This should be SO simple, but I just can't figure it out!
I've got a column in which each cell has a different list of numbers
separated by commas. I need to count how many numbers in a cell are

greater
than or equal to 15:

4,14,16,15,15.3 -- 3
10,10.5,14.9 -- 0
19,15.1 --2

Anybody got any ideas??? Thanks for your help!




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
Count Intervals of Filtered TEXT values in Column and Return Count across a Row Sam via OfficeKB.com Excel Worksheet Functions 9 July 31st 05 03:37 AM
Copy cell format to cell on another worksht and update automatical kevinm Excel Worksheet Functions 21 May 19th 05 11:07 AM
How do you count number of characthers in a single cell? Joe Excel Worksheet Functions 2 February 18th 05 08:06 PM
spread the number 123.45 so each digit goes to a different cell Linda H. Excel Worksheet Functions 6 February 17th 05 07:07 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 07:00 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"