How to make a Running Total formula as a dynamic range

HeinD

New Member
Joined
Mar 10, 2023
Messages
3
Office Version
  1. 365
Platform
  1. Windows
For auditing purposes I would like to have all my formulas in a dynamic range.
The formulas for running totals I found on this board do work, but I have to drag and copy them over the whole named region it does not automatically recognize it as a dynamic range
I am looking for a formula that will work in a dynamic range and will give me the blue border.
In this picture you see 2 ways for a running total (test2 and test3), they do not autofill or give the blue border, that I do get when I do a (nonsense) calculation like name4.
Anyone a hint?


1678451434906.png
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Hi & welcome to MrExcel.
How about
Fluff.xlsm
EFGHIJKL
712345383768535
8124699107144212217252
Data
Cell Formulas
RangeFormula
E8:L8E8=SCAN(0,E7:L7,LAMBDA(a,b,a+b))
Dynamic array formulas.
 
Upvote 0
Solution
Wow. That solves my problem completely. Thank you.:)

(for people with the same problem: in my version of Excel I had to adjust it to =SCAN(0,E7:L7,LAMBDA(a;b;a+b)) ; in stead of,)
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,590
Messages
6,120,421
Members
448,961
Latest member
nzskater

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