Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Liv Liv is offline
external usenet poster
 
Posts: 2
Default Fun With Functions

Hi there,

I need help with Excel! Here's the scenario. My spreadsheet has 12
columns associated with each row. Each row contains 12 separate
numbers within those columns. What I want to do is create a new column
with a cell in each row that the following:
1. Looks for values in each cell across the row.
2. For each value Excel finds within a cell of the row, Excel should
assign 1 point.
3. Excel then sums the number of cells in the row that have values (not
a sum of the actual values in the cells) in this same new cell.

IF cell value is greater than 0, then value=1. SUM values of 1 for
each cell within the row.


Here is an example and the new column the above details reference is #
Mos True
Jan Feb Mar # Mos True
George 1 2 3 3
Kramer 5 1
Elaine 4 1 2

Thank you!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,090
Default Fun With Functions


Assuming your data is in Columns A:L starting in row 1:
In the thirteenth column, in row 1, enter "=COUNTA(A1:L1)" without the
quotes.
This produces a number equal to the number of entries in that row. Drag
this formula down as far as your data goes. In the next cell down, sum all
the values in that column. Done. HTH Otto
"Liv" wrote in message
oups.com...
Hi there,

I need help with Excel! Here's the scenario. My spreadsheet has 12
columns associated with each row. Each row contains 12 separate
numbers within those columns. What I want to do is create a new column
with a cell in each row that the following:
1. Looks for values in each cell across the row.
2. For each value Excel finds within a cell of the row, Excel should
assign 1 point.
3. Excel then sums the number of cells in the row that have values (not
a sum of the actual values in the cells) in this same new cell.

IF cell value is greater than 0, then value=1. SUM values of 1 for
each cell within the row.


Here is an example and the new column the above details reference is #
Mos True
Jan Feb Mar # Mos True
George 1 2 3 3
Kramer 5 1
Elaine 4 1 2

Thank you!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 29
Default Fun With Functions

If they are numeric values like you show in your example, then =COUNT(A2:A12)
should do the trick.

"Liv" wrote:

Hi there,

I need help with Excel! Here's the scenario. My spreadsheet has 12
columns associated with each row. Each row contains 12 separate
numbers within those columns. What I want to do is create a new column
with a cell in each row that the following:
1. Looks for values in each cell across the row.
2. For each value Excel finds within a cell of the row, Excel should
assign 1 point.
3. Excel then sums the number of cells in the row that have values (not
a sum of the actual values in the cells) in this same new cell.

IF cell value is greater than 0, then value=1. SUM values of 1 for
each cell within the row.


Here is an example and the new column the above details reference is #
Mos True
Jan Feb Mar # Mos True
George 1 2 3 3
Kramer 5 1
Elaine 4 1 2

Thank you!


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Liv Liv is offline
external usenet poster
 
Posts: 2
Default Fun With Functions

Thanks for your help! That worked perfectly.

KePaHa wrote:
If they are numeric values like you show in your example, then =COUNT(A2:A12)
should do the trick.

"Liv" wrote:

Hi there,

I need help with Excel! Here's the scenario. My spreadsheet has 12
columns associated with each row. Each row contains 12 separate
numbers within those columns. What I want to do is create a new column
with a cell in each row that the following:
1. Looks for values in each cell across the row.
2. For each value Excel finds within a cell of the row, Excel should
assign 1 point.
3. Excel then sums the number of cells in the row that have values (not
a sum of the actual values in the cells) in this same new cell.

IF cell value is greater than 0, then value=1. SUM values of 1 for
each cell within the row.


Here is an example and the new column the above details reference is #
Mos True
Jan Feb Mar # Mos True
George 1 2 3 3
Kramer 5 1
Elaine 4 1 2

Thank you!



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
Can I get Excel to determine the line curve formula without graph. Cadelima Excel Discussion (Misc queries) 8 December 20th 05 09:57 PM
User-defined functions created in Excel 2000 fail in Excel 2003 goodguy Excel Discussion (Misc queries) 1 October 3rd 05 07:04 PM
Database functions should use criteria in formula, as 1-2-3 does 123user Excel Worksheet Functions 8 September 29th 05 08:57 PM
Visible rows and functions that work tracy Excel Worksheet Functions 2 August 19th 05 05:25 AM
# of Functions per cell SUB-ZERO Excel Worksheet Functions 3 January 23rd 05 10:35 PM


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

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"