Gaming, Computer Tech & Electronics Fortnite.CounterStrike.CallOfDuty.Dota.MineCraft.
Tips & tricks, tech support, home theatre, online gaming, reviews, latest news... |  |
01-30-2015, 10:47 PM
|
#1 | I answer every Emotion with an emoticon
Join Date: Feb 2005 Location: somewhere
Posts: 7,906
Thanked 2,485 Times in 1,007 Posts
Failed 1,234 Times in 307 Posts
| Excel gurus, need help
I want to know if its possible to make a formula with a base number...
Lets say 140 is the base number I will be using for A1-F1.
For each cell I enter a different number, each either adds, multiply, etc whenever I enter a number....
i.e.
A1 - 140*43
So I just enter 43 into A1 and it will multiply for me when I hit enter or click a different cell...
|
| |
01-31-2015, 05:29 PM
|
#2 | I am grateful grapefruit
Join Date: Mar 2005 Location: Vancouver
Posts: 4,094
Thanked 831 Times in 392 Posts
Failed 83 Times in 11 Posts
|
You can enter this formula in A2
=A1*140
then put your cursor on the bottom right hand corner of A2 (while it's selected) until the cursor turns to a + sign, then drag it down to F2. It should automatically populate the cells with =B2*140, =C2*140, etc.
When you type 43 into A1, A2 should automatically read 6020.
If you want to the base number to change easily - instead of putting in 140, you can reference another cell (like A3 or something), so the formula would be
=A1*$A$3
The $ sign makes it an absolute value, so if you were to auto populate the other cells, the reference to A3 won't change.
Not sure if this makes any sense.
__________________ Proud member of GRAPE Great Revscene Action Photographers Enthusiasts |
| |
01-31-2015, 06:31 PM
|
#3 | MiX iT Up!
Join Date: May 2006 Location: vancouver
Posts: 8,150
Thanked 2,075 Times in 871 Posts
Failed 642 Times in 183 Posts
|
A1 = 43 x 140
A2 = 44 x 140
A3 = 45 x 140
If you want 140 to be the constant, type in 140 into D1 and type the following into:
A1 = 43* $D$1 [ you can do this or when excel selects D1, click on it and press F4, it'll auto put the $ signs]
A2 = 43* $D$1
etc
If you want to change 140 into 145, change in D1.
__________________ Sometimes we tend to be in despair when the person we love leaves us, but the truth is, it's not our loss, but theirs, for they left the only person who couldn't give up on them.
Make the effort and take the risk.. "Do what you feel in your heart to be right- for you'll be criticized anyway. You'll be damned if you do, and damned if you don't." - Eleanor Roosevelt |
| |
01-31-2015, 09:59 PM
|
#4 | I answer every Emotion with an emoticon
Join Date: Feb 2005 Location: somewhere
Posts: 7,906
Thanked 2,485 Times in 1,007 Posts
Failed 1,234 Times in 307 Posts
|
thanks.. I will try it in a bit...
|
| |
02-01-2015, 07:07 PM
|
#5 | I answer every Emotion with an emoticon
Join Date: Feb 2005 Location: somewhere
Posts: 7,906
Thanked 2,485 Times in 1,007 Posts
Failed 1,234 Times in 307 Posts
| Quote:
Originally Posted by gars You can enter this formula in A2
=A1*140
then put your cursor on the bottom right hand corner of A2 (while it's selected) until the cursor turns to a + sign, then drag it down to F2. It should automatically populate the cells with =B2*140, =C2*140, etc.
When you type 43 into A1, A2 should automatically read 6020.
If you want to the base number to change easily - instead of putting in 140, you can reference another cell (like A3 or something), so the formula would be
=A1*$A$3
The $ sign makes it an absolute value, so if you were to auto populate the other cells, the reference to A3 won't change.
Not sure if this makes any sense. | Almost what I had in mind but is it possible to put the formula into A1, B2, etc
Then just type in any numbers into A1 and have that cell come up with the final answer?
|
| |
02-01-2015, 08:46 PM
|
#6 | My homepage has been set to RS
Join Date: Nov 2003 Location: Vancouver
Posts: 2,099
Thanked 2,114 Times in 482 Posts
Failed 261 Times in 79 Posts
|
so you want A1, B2, etc to contain a formula in the cell, AND you want to input the number into the SAME cell and for an answer to show up? im not sure if you are able to do that.
|
| |
02-02-2015, 08:37 AM
|
#7 | I am grateful grapefruit
Join Date: Mar 2005 Location: Vancouver
Posts: 4,094
Thanked 831 Times in 392 Posts
Failed 83 Times in 11 Posts
|
Yeah, what Alby said - it won't work. If there's a formula in the cell, if you put something else on top of it - the formula will be overwritten.
I'm not sure what your workflow is, You can hide the first column after you've inputted all the data... Not sure if that's what you're looking for.
__________________ Proud member of GRAPE Great Revscene Action Photographers Enthusiasts |
| |
02-02-2015, 11:13 AM
|
#8 | I answer every Emotion with an emoticon
Join Date: Feb 2005 Location: somewhere
Posts: 7,906
Thanked 2,485 Times in 1,007 Posts
Failed 1,234 Times in 307 Posts
|
I see... I didnt think it was possible but im not all the familiar with excel so I thought Id ask some experts...
Thanks for the help
|
| |
02-02-2015, 03:57 PM
|
#9 | Rs has made me the woman i am today!
Join Date: Oct 2001 Location: Here! n There!
Posts: 4,149
Thanked 498 Times in 222 Posts
Failed 121 Times in 59 Posts
|
Use separate cells for constants , formulas and variables...
Then play with the formatting, color and in no time youll end up an excel guru...
__________________ Go Canucks Go! |
| |
02-05-2015, 10:22 PM
|
#10 | I answer every Emotion with an emoticon
Join Date: Feb 2005 Location: somewhere
Posts: 7,906
Thanked 2,485 Times in 1,007 Posts
Failed 1,234 Times in 307 Posts
|
how would I keep a line from printing which contains the number I input for the formula to calculate.
|
| |
02-05-2015, 11:07 PM
|
#11 | My homepage has been set to RS
Join Date: Nov 2003 Location: Vancouver
Posts: 2,099
Thanked 2,114 Times in 482 Posts
Failed 261 Times in 79 Posts
|
move it out of the printing area may be the easiest?
|
| |
02-05-2015, 11:16 PM
|
#12 | I answer every Emotion with an emoticon
Join Date: Feb 2005 Location: somewhere
Posts: 7,906
Thanked 2,485 Times in 1,007 Posts
Failed 1,234 Times in 307 Posts
|
like a new page?
|
| |
02-06-2015, 12:02 AM
|
#13 | My homepage has been set to RS
Join Date: Nov 2003 Location: Vancouver
Posts: 2,099
Thanked 2,114 Times in 482 Posts
Failed 261 Times in 79 Posts
|
you can keep it on the same page. the printing area is usually bordered with dotted lines which are visible when you hit it. move it out of the area and when you print just make sure its printing that area that you want.
|
| |  |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -8. The time now is 01:32 PM. |