Forum Discussion
BI_Enquisitor
Oct 12, 2021Copper Contributor
Fill Up Blank Rows without overriding existing values
Hey - Lets say you have a simple table with Month and Target Value - we have populated April and Dec with values 2 and 5 respectively and wanted to use Fill Up to populate jan-Mar with '2' and May-No...
- Oct 12, 2021
Select B3:B14.
Press F5 or Ctrl+G to activate the Go To dialog.
Click Special...
Select Blanks, then click OK.
Only empty cells will be selected, and B3 should be the active cell in the selection.
Enter the formula =B4 and confirm it with Ctrl+Enter to populate all selected cells.
HansVogelaar
Oct 12, 2021MVP
Select B3:B14.
Press F5 or Ctrl+G to activate the Go To dialog.
Click Special...
Select Blanks, then click OK.
Only empty cells will be selected, and B3 should be the active cell in the selection.
Enter the formula =B4 and confirm it with Ctrl+Enter to populate all selected cells.
BI_Enquisitor
Oct 12, 2021Copper Contributor
HansVogelaar - Genius solution thank you!