I want to copy specific columns in a row based on the date to sheets with the corresponding month attached. Like if column H in the Main sheet has Jan 15, 2020, I want that row to copy in the Jan-20 worksheet. And only specific columns from that row, just column c,d,g, and h to copy to the corresponding b,c,d, and f in the correct month sheet. I have searched and from what I am getting, to solve the specific cells in the row, I need an array. But I am confused about getting it to go to the different months (Jan-20-Dec-20).
Thank you for your time.