creating a dynamic array formula

radujit

New Member
Joined
Oct 8, 2013
Messages
10
Hi Community! Need your help with this one
cell 1 =H7*H11
cell 2 =H7*I11+I7*H11
cell 3 =H7*J11+I7*I11+J7*H11
cell 4 =H7*K11+I7*J11+J7*I11+K7*H11
cell 5 =H7*L11+I7*K11+J7*J11+K7*I11+L7*H11
Considering that I have 60 such cells how can I put a nice array or another formula to populate with the same algorithm all the 60 cells
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)


MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.
 
Upvote 0
It would have helped if you had replied to Peter, but if you have xl 365 how about
+Fluff 1.xlsm
HIJKLMNOPQRSTUVWX
71234567891011121314151617
8
9
10
111015202530354045505560657075808590
12
13103580150250385560780105013751760221027303325400047605610
Lists
Cell Formulas
RangeFormula
H13:X13H13=SUM((SORTBY($H7:H7,COLUMN($H7:H7),-1))*($H11:H11))
 
Upvote 0

Forum statistics

Threads
1,215,721
Messages
6,126,456
Members
449,314
Latest member
MrSabo83

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