#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default 6 cell sum

Hi,
I need a formula or a mathematic help. Basicaly i have 6 cells. I need to
tell it to be
0.1 when 1 cell if filled in
0.2 when 2 cells are filled in
0.3 when 3 cell are filed in
0.4 when 4 cells are filled in
0.5 when 5 cells are filled in
and 1 when all of them are filled in

Thanks for your help
Lyndon
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default 6 cell sum

=.1*counta(6 cell range) +.5*(counta(6 cell range)=6)


"dc04wrightl" wrote:

Hi,
I need a formula or a mathematic help. Basicaly i have 6 cells. I need to
tell it to be
0.1 when 1 cell if filled in
0.2 when 2 cells are filled in
0.3 when 3 cell are filed in
0.4 when 4 cells are filled in
0.5 when 5 cells are filled in
and 1 when all of them are filled in

Thanks for your help
Lyndon

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default 6 cell sum

On Jan 14, 11:59*am, dc04wrightl
wrote:
Hi,
I need a formula or a mathematic help. Basicaly i have 6 cells. I need to
tell it to be
0.1 when 1 cell if filled in
0.2 when 2 cells are filled in
0.3 when 3 cell are filed in
0.4 when 4 cells are filled in
0.5 when 5 cells are filled in
and 1 when all of them are filled in

Thanks for your help
Lyndon


You could write this 2 ways:

1. A nested if statement: if cell A1= 1, then .1 etc.
2. a vlookup: you could have a separte array that refrences the cell
to that.
You may have to play around with the syntax but this is the basic
format.
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 copy a value from a cell and paste it into another cell while adding it to the previous value in that cell [email protected] Excel Worksheet Functions 2 November 7th 07 09:39 AM
Inputting cell value from source cell based on value in adjacent cell. michaelberrier Excel Discussion (Misc queries) 3 December 9th 06 09:16 PM
cell data not validated if navigating cell to cell with mouse LoveThatMouse Excel Worksheet Functions 6 May 21st 06 09:03 PM
How to create/run "cell A equals Cell B put Cell C info in Cell D abmb161 Excel Discussion (Misc queries) 5 January 26th 06 06:36 PM
Cell Formula reference to cell Based On third Cell Content Gabriel Excel Discussion (Misc queries) 1 February 11th 05 06:36 AM


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