I have an interesting situation but did not get the right formula so far. I have a column that has blank cells. I would need the values to be evenly distributed based on the number of preceding blank cells. In the below table, I am looking to calculate the NEWCOUNT column values based on the MYCOUNT column and blank cells.
mycount
value? Have you triedCOUNTIF()
orSUMIF()
? – BruceWayne