Forum Discussion
kaseyanne5
Apr 25, 2019Copper Contributor
Special SUMIF function Not Working as Hoped
I'm trying to create a formula that will allow me to sum totals, based on another criteria in a table (so basically a SUMIF), but I only want to sum totals that are in the row or above the row, of th...
SergeiBaklan
Apr 25, 2019Diamond Contributor
For such table
it is
=SUMIF(INDEX([Username],1):[@Username],[@Username],[Value])
in Subtotal column
kaseyanne5
Apr 25, 2019Copper Contributor
SergeiBaklan Thank you so much!!