I'm building a pivot table with a running total. The running total is working well, but the data is leaving some null cells. I would like to fill those null cells with the last previous non null value, is this possible? It would make the table much easier to read and it would just look better. Here is an example of what I have.
This is what I'm hoping for.
Thanks for the help