Fill non-contiguous blank cells with the value from the cell above the first blank
问题 I have a column like the following: 1 red 2 blue 3 red 4 5 blue 6 7 8 white The blanks refer to the record above it. So #4 would be associated with red and 6 and 7 would be blue. Is there an easy way to fill in the blanks for entire column? 回答1: Select A1:A8 . Press F5 to show the Goto dialog. Click Special ..... Select Blanks and click OK. That will select a noncontiguous range of blank cells. Then, without selecting anything else, type =A3 and press control+enter. That will enter an array