Thread
:
Running Total dependant on another cells contents if its a duplicate number
View Single Post
11-24-2023, 05:21 PM
zpy2
Windows 10
Office 2013
Novice
Join Date: Sep 2023
Location: China
Posts: 28
If with sql,
select *,sum(f01) over(partition by f02 order by rowid) running_total from running_total_in_group order by rowid;
zpy2
View Public Profile
Visit zpy2's homepage!
Find all posts by zpy2