Moderator: Community Team
spinwizard wrote:I am doing a massive spreadsheet but i dont want to enter the same (but with different cells) formula in 25 times as it is a large formula, i cant drag it down as the cells i want the formula to include are not adjacent, HELP!
spinwizard wrote:I am doing a massive spreadsheet but i dont want to enter the same (but with different cells) formula in 25 times as it is a large formula, i cant drag it down as the cells i want the formula to include are not adjacent, HELP!
spinwizard wrote:I am doing a massive spreadsheet but i dont want to enter the same (but with different cells) formula in 25 times as it is a large formula, i cant drag it down as the cells i want the formula to include are not adjacent, HELP!
Gen Monty wrote:spinwizard wrote:I am doing a massive spreadsheet but i dont want to enter the same (but with different cells) formula in 25 times as it is a large formula, i cant drag it down as the cells i want the formula to include are not adjacent, HELP!
Ctrl C to copy the cell
Crtl V to paste the cell
=B31+B32+B33+B34+B35+B36+B37+B38+B39+B40+B41+B42+B43+B44+B46+B45+B47+B48+B49+B50+B51+B52+B53
=B56+B57+B58.....
Stopper wrote:spinwizard wrote:I am doing a massive spreadsheet but i dont want to enter the same (but with different cells) formula in 25 times as it is a large formula, i cant drag it down as the cells i want the formula to include are not adjacent, HELP!
Would it be possible to rearrange the cells containing the data (the ones your formula points to), so that you can copy & paste without having to change anything. For example, transposing rows for columns, or something?
spinwizard wrote:Gen Monty wrote:spinwizard wrote:I am doing a massive spreadsheet but i dont want to enter the same (but with different cells) formula in 25 times as it is a large formula, i cant drag it down as the cells i want the formula to include are not adjacent, HELP!
Ctrl C to copy the cell
Crtl V to paste the cell
no, this is my formula-
- Code: Select all
=B31+B32+B33+B34+B35+B36+B37+B38+B39+B40+B41+B42+B43+B44+B46+B45+B47+B48+B49+B50+B51+B52+B53
but i want it to be-(in another cell)
- Code: Select all
=B56+B57+B58.....
chessplaya wrote:spinwizard wrote:Gen Monty wrote:spinwizard wrote:I am doing a massive spreadsheet but i dont want to enter the same (but with different cells) formula in 25 times as it is a large formula, i cant drag it down as the cells i want the formula to include are not adjacent, HELP!
Ctrl C to copy the cell
Crtl V to paste the cell
no, this is my formula-
- Code: Select all
=B31+B32+B33+B34+B35+B36+B37+B38+B39+B40+B41+B42+B43+B44+B46+B45+B47+B48+B49+B50+B51+B52+B53
but i want it to be-(in another cell)
- Code: Select all
=B56+B57+B58.....
where is B54 and B55???!
spinwizard wrote:no, this is my formula-
- Code: Select all
=B31+B32+B33+B34+B35+B36+B37+B38+B39+B40+B41+B42+B43+B44+B46+B45+B47+B48+B49+B50+B51+B52+B53
but i want it to be-(in another cell)
- Code: Select all
=B56+B57+B58.....
Stopper wrote:spinwizard wrote:no, this is my formula-
- Code: Select all
=B31+B32+B33+B34+B35+B36+B37+B38+B39+B40+B41+B42+B43+B44+B46+B45+B47+B48+B49+B50+B51+B52+B53
but i want it to be-(in another cell)
- Code: Select all
=B56+B57+B58.....
Why on Earth don't you put SUM(B31:B53)?? Changing the other formulas would then be a cinch.
spinwizard wrote:
because i did not know u can do that, i don't use excel much, THANKS
Stopper wrote:spinwizard wrote:
because i did not know u can do that, i don't use excel much, THANKS
No problem. I always had faith that 10 years of continually working with Excel would actually be of some use to someone outside of work, one day.
=SUM($B$31:$B$58)
Skoffin wrote: So um.. er... I'll be honest, I don't know what the f*ck to do from here. Goddamnit chu.
Fircoal wrote:Spin here:
- Code: Select all
=SUM($B$31:$B$58)
Then copy and paste and it should do it for you.
EDIT: Nevermind, I think it has to be the long way for that to work.
Stopper wrote:Fircoal wrote:Spin here:
- Code: Select all
=SUM($B$31:$B$58)
Then copy and paste and it should do it for you.
EDIT: Nevermind, I think it has to be the long way for that to work.
The dollar signs makes the cell positions absolute, so when you copy the formula to another cell, the formula continues to point to B31:B58, as you have it. Very useful sometimes, but not here (if I understood spin correctly).
Live long, and prosper.
*Spaceship launches*
Skoffin wrote: So um.. er... I'll be honest, I don't know what the f*ck to do from here. Goddamnit chu.
Users browsing this forum: No registered users