A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

formula within same cell



 
 
Thread Tools Display Modes
  #1  
Old November 23rd, 2005, 09:24 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default formula within same cell

I don't have to much experience in Excel but I need to find out how to run a
formula in a specific cell, for example if I enter 100.00 in A1 then come
back and want to enter 250.00 then press enter can I get it to answer 350.00?

Mike
  #2  
Old November 23rd, 2005, 11:55 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default formula within same cell

To show 350 as the answer, type the following, followed by enter
=100+250

If you will be doing a lot of this, you might consider entering 100 in cell
A1, 250 in cell A2 and =SUM(A1:A3) in cell A4 (leaving cell A3 for an
additional value).

Stephen
http://groups.msn.com/HighlandsVillage where Villagers help each other

"Mike" wrote:

I don't have to much experience in Excel but I need to find out how to run a
formula in a specific cell, for example if I enter 100.00 in A1 then come
back and want to enter 250.00 then press enter can I get it to answer 350.00?

Mike

  #3  
Old November 24th, 2005, 12:00 AM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default formula within same cell

Mike, have a look here for a way to do it,

http://www.mcgimpsey.com/excel/accumulator.html

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Mike" wrote in message
...
I don't have to much experience in Excel but I need to find out how to run

a
formula in a specific cell, for example if I enter 100.00 in A1 then come
back and want to enter 250.00 then press enter can I get it to answer

350.00?

Mike



  #4  
Old November 25th, 2005, 10:26 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default formula within same cell

Thank you Paul. Unfortunaly I'm looking for somthing more simple, I guess I
didn't explain myself, what I need to find out is if XL can accumulate a
balance on a cell. I have a monthly report that I need to enter an amount on
a daily basis and from different persons and instead of adding it in a
calculator I wonder if XL could do the math for me, eg. in cell A1 I enter an
amount today then tomorrow I enter a different number on the same cell will
XL add it up to the number enter the previous date?

"Paul B" wrote:

Mike, have a look here for a way to do it,

http://www.mcgimpsey.com/excel/accumulator.html

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Mike" wrote in message
...
I don't have to much experience in Excel but I need to find out how to run

a
formula in a specific cell, for example if I enter 100.00 in A1 then come
back and want to enter 250.00 then press enter can I get it to answer

350.00?

Mike




  #5  
Old November 25th, 2005, 10:29 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default formula within same cell

Thank you Stephen, but I just want it all on the same cell if possible.
Otherwise I would use the AutoZum.

"StephenBiggins" wrote:

To show 350 as the answer, type the following, followed by enter
=100+250

If you will be doing a lot of this, you might consider entering 100 in cell
A1, 250 in cell A2 and =SUM(A1:A3) in cell A4 (leaving cell A3 for an
additional value).

Stephen
http://groups.msn.com/HighlandsVillage where Villagers help each other

"Mike" wrote:

I don't have to much experience in Excel but I need to find out how to run a
formula in a specific cell, for example if I enter 100.00 in A1 then come
back and want to enter 250.00 then press enter can I get it to answer 350.00?

Mike

  #6  
Old November 25th, 2005, 10:58 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default formula within same cell

It won't get any more simple than that, if you want to enter a value in A1
and have it accumulate you need a worksheet event macro from the link Paul
posted (single cell accumulator)

--
Regards,

Peo Sjoblom

(No private emails please)


"Mike" wrote in message
...
Thank you Paul. Unfortunaly I'm looking for somthing more simple, I guess
I
didn't explain myself, what I need to find out is if XL can accumulate a
balance on a cell. I have a monthly report that I need to enter an amount
on
a daily basis and from different persons and instead of adding it in a
calculator I wonder if XL could do the math for me, eg. in cell A1 I enter
an
amount today then tomorrow I enter a different number on the same cell
will
XL add it up to the number enter the previous date?

"Paul B" wrote:

Mike, have a look here for a way to do it,

http://www.mcgimpsey.com/excel/accumulator.html

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Mike" wrote in message
...
I don't have to much experience in Excel but I need to find out how to
run

a
formula in a specific cell, for example if I enter 100.00 in A1 then
come
back and want to enter 250.00 then press enter can I get it to answer

350.00?

Mike





  #7  
Old November 25th, 2005, 11:00 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default formula within same cell

Mike, not with out useing some VBA like the link I gave you, but why not
just put you numbers in and let excel add them for you, put your numbers on
column A and put =SUM(A:A) in B1? this way you will have a record of the
numbers if you need to go back and check them

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Mike" wrote in message
...
Thank you Paul. Unfortunaly I'm looking for somthing more simple, I guess

I
didn't explain myself, what I need to find out is if XL can accumulate a
balance on a cell. I have a monthly report that I need to enter an amount

on
a daily basis and from different persons and instead of adding it in a
calculator I wonder if XL could do the math for me, eg. in cell A1 I enter

an
amount today then tomorrow I enter a different number on the same cell

will
XL add it up to the number enter the previous date?

"Paul B" wrote:

Mike, have a look here for a way to do it,

http://www.mcgimpsey.com/excel/accumulator.html

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Mike" wrote in message
...
I don't have to much experience in Excel but I need to find out how to

run
a
formula in a specific cell, for example if I enter 100.00 in A1 then

come
back and want to enter 250.00 then press enter can I get it to answer

350.00?

Mike






  #8  
Old November 25th, 2005, 11:38 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default formula within same cell

Paul, I just did that and it worked great I actually used it like this
=SUM(10,20,50,), and like you said it keeps the numbers and it goes up to 30
entries.

Thanks,
Mike

"Paul B" wrote:

Mike, not with out useing some VBA like the link I gave you, but why not
just put you numbers in and let excel add them for you, put your numbers on
column A and put =SUM(A:A) in B1? this way you will have a record of the
numbers if you need to go back and check them

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Mike" wrote in message
...
Thank you Paul. Unfortunaly I'm looking for somthing more simple, I guess

I
didn't explain myself, what I need to find out is if XL can accumulate a
balance on a cell. I have a monthly report that I need to enter an amount

on
a daily basis and from different persons and instead of adding it in a
calculator I wonder if XL could do the math for me, eg. in cell A1 I enter

an
amount today then tomorrow I enter a different number on the same cell

will
XL add it up to the number enter the previous date?

"Paul B" wrote:

Mike, have a look here for a way to do it,

http://www.mcgimpsey.com/excel/accumulator.html

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Mike" wrote in message
...
I don't have to much experience in Excel but I need to find out how to

run
a
formula in a specific cell, for example if I enter 100.00 in A1 then

come
back and want to enter 250.00 then press enter can I get it to answer
350.00?

Mike






  #9  
Old November 26th, 2005, 12:40 AM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default formula within same cell

Mike, if that works for you great, but looks like it would be easier to just
put the number in a column instead of having to edit the formula and put a ,
between each number

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Mike" wrote in message
...
Paul, I just did that and it worked great I actually used it like this
=SUM(10,20,50,), and like you said it keeps the numbers and it goes up to

30
entries.

Thanks,
Mike

"Paul B" wrote:

Mike, not with out useing some VBA like the link I gave you, but why not
just put you numbers in and let excel add them for you, put your numbers

on
column A and put =SUM(A:A) in B1? this way you will have a record of the
numbers if you need to go back and check them

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Mike" wrote in message
...
Thank you Paul. Unfortunaly I'm looking for somthing more simple, I

guess
I
didn't explain myself, what I need to find out is if XL can accumulate

a
balance on a cell. I have a monthly report that I need to enter an

amount
on
a daily basis and from different persons and instead of adding it in a
calculator I wonder if XL could do the math for me, eg. in cell A1 I

enter
an
amount today then tomorrow I enter a different number on the same cell

will
XL add it up to the number enter the previous date?

"Paul B" wrote:

Mike, have a look here for a way to do it,

http://www.mcgimpsey.com/excel/accumulator.html

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit

from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Mike" wrote in message
...
I don't have to much experience in Excel but I need to find out

how to
run
a
formula in a specific cell, for example if I enter 100.00 in A1

then
come
back and want to enter 250.00 then press enter can I get it to

answer
350.00?

Mike








  #10  
Old November 26th, 2005, 01:11 AM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default formula within same cell

Mike

If you "must" have an accumulator cell, check this thread out before
proceeding.

http://snipurl.com/8e64


Gord Dibben Excel MVP

On Fri, 25 Nov 2005 19:40:55 -0500, "Paul B"
wrote:

Mike, if that works for you great, but looks like it would be easier to just
put the number in a column instead of having to edit the formula and put a ,
between each number


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
put formula results into a different cell if it is empty PutFormula Worksheet Functions 2 February 11th, 2005 03:31 AM
How is it that a cell can transfer the correct formula, but th kbigs General Discussion 1 January 12th, 2005 03:56 PM
use a formula to create a empty cell Chas Charts and Charting 1 October 27th, 2004 11:14 PM
**Trying to use answer from another formula cell in another formula KIMBERLY Worksheet Functions 1 April 27th, 2004 06:22 PM
Formula help Wally Worksheet Functions 6 December 5th, 2003 12:18 PM


All times are GMT +1. The time now is 11:13 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.