Hello,
See attached spreadsheet for example.
I can copy all of the data in D3 down for all for all cells that have data in column C with the following code:
However, my problem is that I can't figure out how to copy it across to the cells. I need it to look at row 2 and if it has data then input the formula in the respective row 3 and fill it down based on column c.![]()
Range("D3").Select Selection.AutoFill Destination:=Range("D2:D" & Range("C65536").End(xlUp).Row)
Let me know if that doesn't make sense.
Thank you for anyone who can help.
example.xls
Bookmarks