Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=.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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
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 | Excel Worksheet Functions | |||
Inputting cell value from source cell based on value in adjacent cell. | Excel Discussion (Misc queries) | |||
cell data not validated if navigating cell to cell with mouse | Excel Worksheet Functions | |||
How to create/run "cell A equals Cell B put Cell C info in Cell D | Excel Discussion (Misc queries) | |||
Cell Formula reference to cell Based On third Cell Content | Excel Discussion (Misc queries) |