Jump to content

Set Row in Function Automatically in Microsoft Excel

Go to solution Solved by LogicalDrm,

So you want to have column F which each rom has values "=D(x)+E(x)"? This is simply done by cloning cells. You enter formula in first cell and then pull from handle at bottom right corner. Pull it over all the cells you want to have that formula. Don't worry about adding more rows later, you can continue cloning cells later. If you would like one value remaining but other changing according to each row, add $ between letter and row number to tell Excel you want that cell to remain static over cloning process. Like "=D$4+E4". Cloning that to next cell on next row would be "=D$4+E5".

Hi guys, I am making a spreadsheet and I want to add the values of two cells within the same row (say, D2 and E2). I know how to do this, it's =D2+E2, but if I copy and paste this to a bunch of lower rows I'd then have to change each to =D3+E3 and =D4+E4, etc. 

 

How do I tell Excel I want it to add the cell in column D row whatever row we're on to column E row whatever row we're on? 

 

Thanks, Jason. :)

Link to post
Share on other sites

So you want to have column F which each rom has values "=D(x)+E(x)"? This is simply done by cloning cells. You enter formula in first cell and then pull from handle at bottom right corner. Pull it over all the cells you want to have that formula. Don't worry about adding more rows later, you can continue cloning cells later. If you would like one value remaining but other changing according to each row, add $ between letter and row number to tell Excel you want that cell to remain static over cloning process. Like "=D$4+E4". Cloning that to next cell on next row would be "=D$4+E5".

^^^^ That's my post ^^^^
<-- This is me --- That's your scrollbar -->
vvvv Who's there? vvvv

Link to post
Share on other sites

On 9/8/2016 at 1:05 AM, LoGiCalDrm said:

So you want to have column F which each rom has values "=D(x)+E(x)"? This is simply done by cloning cells. You enter formula in first cell and then pull from handle at bottom right corner. Pull it over all the cells you want to have that formula. Don't worry about adding more rows later, you can continue cloning cells later. If you would like one value remaining but other changing according to each row, add $ between letter and row number to tell Excel you want that cell to remain static over cloning process. Like "=D$4+E4". Cloning that to next cell on next row would be "=D$4+E5".

Thanks, that's perfect! 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×