danomaniac
Programmer
Hey gang.
I'm having trouble getting an array formula to work right in excel. I have three rows of data. The top row is a percentage and the bottom two are whole numbers. I want to add the numbers in the 2nd and 3rd rows and multiply by the percentage in the 1st row for each column of data sets.
Row 1: 10%, 20%, 15%, 25% etc.
Row 2: 5, 5, 10, 5 etc.
Row 3: 100, 85, 75, 95 etc.
((100+5)*10%) + ((85+5)*20%) + ((75+10)*15%) etc...
any help would be appreciated.
"It's more like it is now, than it ever has been."
I'm having trouble getting an array formula to work right in excel. I have three rows of data. The top row is a percentage and the bottom two are whole numbers. I want to add the numbers in the 2nd and 3rd rows and multiply by the percentage in the 1st row for each column of data sets.
Row 1: 10%, 20%, 15%, 25% etc.
Row 2: 5, 5, 10, 5 etc.
Row 3: 100, 85, 75, 95 etc.
((100+5)*10%) + ((85+5)*20%) + ((75+10)*15%) etc...
any help would be appreciated.
"It's more like it is now, than it ever has been."