Sum of non-repeating values. Sierra Chart. NO VBA. NO array

mescalante48

New Member
Joined
Sep 15, 2021
Messages
29
Office Version
  1. 2007
Platform
  1. Windows
Hello everyone,

I'm looking for a formula that will allow me to sum the unique values from a column that may contain repeating values.

if a repeated value appears it will be summed just once, and if a zero value appears the previous sum will be carried up until a new unique value appears.
please see the below example for clarity.

this is Sierra Chart, so no arrays functions or VBA are allowed since the program doesn't support those.

Any help is very appreciated


1656942128013.png
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
How about
Fluff.xlsm
AB
1
20323
30323
4-122323
5-132445
6-44577
7-44577
8-44577
90621
100621
11256621
12256621
13219365
14119146
152727
1600
1700
Districts
Cell Formulas
RangeFormula
B3:B17B3=IF(A2=A3,B2,B2-A2)
Thank you for your response, nevertheless, this solution has a circular reference that will render it unusable.
consider column B is not given it is just an example of the expected result.
 
Upvote 0

Forum statistics

Threads
1,223,348
Messages
6,171,572
Members
452,411
Latest member
colpie

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