J
jv
Good day to all,
I have 2 different report sheets whereas i have to
fillcopy 8 columns of datas from Dept.xls.
Hereunder are my sample
Master.xls
Col.A B C D E F
Month Expenses Salaries Purchase Sale Cost
January 12,613 14,500 143,330 109,351 78,574
February
March
Dept.xls
A B C D E H I J K
Jan Feb Mar Apr May Jun Jul Aug
Expenses 12,613 3,879
Salaries 14,500 26,000
Purchase 143,330 167,207
Sales 109,351 135,174
Cost 78,574 152,239
From the above example, making all the links for the
January row of Master.xls, i would like to fill copy down
for the remaining months. When I copy this down to the
next row
='[Dept.xls]Report'!B3
it gives me: ='[Dept.xls]Report'!B4
I want the result to be like this:
='[Dept.xls]Report'!C4
='[Dept.xls]Report'!D4
For your kind assistance.
Thanks and regards
jv
I have 2 different report sheets whereas i have to
fillcopy 8 columns of datas from Dept.xls.
Hereunder are my sample
Master.xls
Col.A B C D E F
Month Expenses Salaries Purchase Sale Cost
January 12,613 14,500 143,330 109,351 78,574
February
March
Dept.xls
A B C D E H I J K
Jan Feb Mar Apr May Jun Jul Aug
Expenses 12,613 3,879
Salaries 14,500 26,000
Purchase 143,330 167,207
Sales 109,351 135,174
Cost 78,574 152,239
From the above example, making all the links for the
January row of Master.xls, i would like to fill copy down
for the remaining months. When I copy this down to the
next row
='[Dept.xls]Report'!B3
it gives me: ='[Dept.xls]Report'!B4
I want the result to be like this:
='[Dept.xls]Report'!C4
='[Dept.xls]Report'!D4
For your kind assistance.
Thanks and regards
jv