copy formulas

Status
Not open for further replies.

jagguy

New Member
Joined
Jul 20, 2007
Messages
5
How can I copy formulas instaed of writing them out. I want to sum up each col from a-f.

I tried to copy and paste eg =sum($a1:$a20) to col b but this fails.
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
You would need your formula to be like this to copy and paste to b:

=sum(a$1:a$20)
 
Upvote 0
$ before the column will not change the column. $ before the row will not change the row. Since you are trying to copy across columns, you need the column to change and not have a $ in front of the column because that will make it not change.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,214,951
Messages
6,122,449
Members
449,083
Latest member
Ava19

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