I need a formula to fill empty cells down with the preceding non-empty cells. There are different values intermittently separated by either few or many empty rows, but some rows have no spaces between entries. (this forum doesn’t allow Tabs or even multiple spaces to sufficiently separate cell values). Thanks!
Example…
22 24
22 26
22 27
22 28
23 24
Result…
22 24
22 24
22 26
22 26
22 27
22 28
22 28
23 24
…
…