Hello,
I have 3 tables with 12 columns each (Actuals Jan-Dec (A1:L100), Forecast Jan-Dec(M1:X100) and Full Year Jan-Dec(Y1:AJ100).
I would like a macro to perform following:
Based on weather cells A1 through L1 > 0, copy each column from Actuals Range to Full Year Range same period. So, Jan would be copied over to Jan, Feb to Feb, etc..
Until... cell A1 to L1 value is 0, then it should copy that month's column from Forecast to Full Year. So, i.e. U1 which is September is 0, macro would skip to September in Forecast columns and copy U1:U100 to Sep column in Full Year.
Hope that makes sense. I'm familiar with loop macros but would like it to also move steps to the right which I'm not very comfortable with.
Thanks much...
I have 3 tables with 12 columns each (Actuals Jan-Dec (A1:L100), Forecast Jan-Dec(M1:X100) and Full Year Jan-Dec(Y1:AJ100).
I would like a macro to perform following:
Based on weather cells A1 through L1 > 0, copy each column from Actuals Range to Full Year Range same period. So, Jan would be copied over to Jan, Feb to Feb, etc..
Until... cell A1 to L1 value is 0, then it should copy that month's column from Forecast to Full Year. So, i.e. U1 which is September is 0, macro would skip to September in Forecast columns and copy U1:U100 to Sep column in Full Year.
Hope that makes sense. I'm familiar with loop macros but would like it to also move steps to the right which I'm not very comfortable with.
Thanks much...
Last edited: