Copy non-empty range into new sheet, and drag down formulas
问题 I want to copy all the non-empty cells in columns A/B from sheet "Consolidation Sheet" and then paste these cells into the sheet "Inputs for Web App" into columns H:I (always starting from the top, rather than appending them as new rows, since these values will be updated constantly). Then I basically want to drag down all of the formulas in the other columns (A through G) all the way down to the last row pasted. Format column I as a date. I'm not sure if I need a loop to do this or just an