I have a single row range (row 1) where one cell will be filled followed by a number of empty cells, then another cell filled followed by another number of empty cells. How do I create a formula in a corresponding row below this range (row 2), where it will look up the range and fill in every cell with the value of the previous full cell's value in the range. Here is what it looks like;
colA|colB|colC|colD|colE|colF|colG|
1 12 |emp|emp|emp| 32 |emp|emp| (original data I have, where emp means empty cell)
2 12 | 12 | 12 | 12 | 32 | 32 | 32 | (this is the row that will be populated with the formula I am trying to create)
Hope it's clear.
Thank you
Bookmarks