Forum Discussion
dfuhrman840
Sep 19, 2022Copper Contributor
Excel formula or VBA script
I have an excel spreadsheet that I am doing grouping by rows function, then Subtotal function based off of invoice numbers (column A). In the total rows, I am needing more information carried down fr...
- Sep 19, 2022
Alternatively: select G1:J57.
Press Ctrl+G or F5 to activate the Go To dialog.
Click Special...
Select Blanks.
Click OK.
G3 should now be the active cell in the selection.
Enter the formula =G2 and press Ctrl+Enter to propagate the formula to all blank cells in the selection.
HansVogelaar
Sep 19, 2022MVP
That works. I have to do something else now, if there are no replies I'll get back to you later.
HansVogelaar
Sep 19, 2022MVP
Alternatively: select G1:J57.
Press Ctrl+G or F5 to activate the Go To dialog.
Click Special...
Select Blanks.
Click OK.
G3 should now be the active cell in the selection.
Enter the formula =G2 and press Ctrl+Enter to propagate the formula to all blank cells in the selection.
- dfuhrman840Sep 26, 2022Copper Contributor
HansVogelaar Thank you!! This made it very easy!!
- dfuhrman840Sep 19, 2022Copper ContributorThank you Hans. I will try this one as well and see which one i like better.