I have a spreadsheet of data full of blanks and would like a formula that is able to tell me how many and the total value of those values.
For example there are several rows that have values in 202402 although the highlighted row has its last non 0 value in 202402.
I have attempted to use XLOOKUP, =XLOOKUP(TRUE,G20:R20<>"",ROW(G20:R20)-ROW(N20)+1,0,0,-1)
. But have not been successful.
That is what I am looking to find, how many of these exist.