Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to calculate percentages that a column of values are of a
single cell value, e.g. column a contains values 10 through 100 column b will contain the percentage that a is of a cell C6 I'm trying to populate the cell formulas in column B with an =IF(... formula, is that possible, I tried this for n = 1 to 10 Cells(n, 2).Formula = "=IF(C6, Cells(n, 1).Value / cells(6,3).value & , 0)" next But that won't work, I've tried a few other things, I want the sheet to update when different values are entered into C6, with the percentages if C6 is not empty, and with 0's if c6 is empty. Does anyone have any suggestions? TIA, Mike |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamically populate a Date pulldown menu? | Excel Discussion (Misc queries) | |||
Dynamically declare and populate variables | Excel Programming | |||
Dynamically populate spreadsheets in a workbook | Excel Programming | |||
Dynamically setting Dimensions in a VBA loop | Excel Programming | |||
Populate workbook dynamically?? | Excel Programming |