copy formula horizontally

vipasha

New Member
Joined
Aug 28, 2014
Messages
1
Hello,
I am stuck in copying formula horizontally, here what I want to do
This is base file
year 2015tast1tast2
10000.2.6
50000.9.1
40000.5.5

<tbody>
</tbody>

I want to create a file like this
dept1
tast1sumproduct of year 2015 and task1
task2sumproduct of year 2015 and task 2

<tbody>
</tbody>

So here year range will remain constant but column will change. I am not able to do it .
Please help me.

Regards,
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
if you put $ to the left of the column that you do not want to change, and leave the changing columns as is, it should fix the issue.

IE. IF you do not want column A to change, but you want column B to move right.
=column($A:$A),column(B:B).

hope that helps.
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,123
Members
451,399
Latest member
alchavar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top