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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A1:A8.F5to show the Goto dialog.That will select a noncontiguous range of blank cells.
=A3and press control+enter.A1:A8, and Edit – Copy.Note that the
=A3refers to the cell above the first blank cell.If you want to do it with a macro, you could loop through the cells and fill in the empty ones.