dynamic range multiplied static range

beng986

Board Regular
Joined
Jan 10, 2012
Messages
88
Hi

A1 = 12

In cell B1 I have a dynamic range =sequence(1,A1,,)
In cell C1 to B12, I have manually entered percentages (e.g. 10%, 25%, 13%)

In cell D1 I have tried to enter =B1#*C1# so i can dynamically do the math depending on the size of A1. C1 has to be manual. Is there a way of doing this?

thanks.
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
You're description is confusing, but is this what you mean
+Fluff 1.xlsm
ABCDEFGHIJKLM
112123456789101112
2101512252030404550556065
3103036100100180280360450550660780
Master
Cell Formulas
RangeFormula
B1:M1B1=SEQUENCE(1,A1)
B3:M3B3=B1#*INDEX(2:2,SEQUENCE(,A1,2))
Dynamic array formulas.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,213,484
Messages
6,113,923
Members
448,533
Latest member
thietbibeboiwasaco

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top