Computing.Net > Forums > Office Software > Updating excel 2003 cells.

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Updating excel 2003 cells.

Reply to Message Icon

Name: Nabam
Date: July 31, 2009 at 02:33:37 Pacific
OS: Windows XP
CPU/Ram: pentium 4 3.00Ghz. 1gb ram
Product: Microsoft Book: office excel 2003 inside out
Subcategory: Microsoft Office
Comment:

Hi! Excel Gurus,

let say A1=2 and B1=5
then i add B1 with A1 in B1 which is = 7 i.e. B=7 (i entered this formula in B1 cell: =sum(5+A1)

Now the question is: How i can keep updating the B1 cell figure (7)?
for example

if A1=2 and B1=7 then,
when A1 is repleced with:
3 then B1=10 (i.e. 7+3)
6 then B1=16 (i.e. 10+6)
5 then B1=21
0 then B1=21
4 then B1 =25
please note that B1 should keep updating the figure of A1. And A1 figure could be any number.Also undo is must for B1 cell. Your solution will be very much appreciated.



Sponsored Link
Ads by Google

Response Number 1
Name: DerbyDad03
Date: July 31, 2009 at 06:31:12 Pacific
Reply:

What you are asking for is a perfect example of a Circular Reference, which is not allowed in Excel.

To state your question another way, what you essentially asking is "Can I use =SUM(B1+A1) in B1."

Try that and Excel will pop up the Circular Reference error message since it can't resolve a formula based on the value in the same cell as the formula.

Perhaps if you explained your ultimate goal, and why you want do what you're asking, we could come up with a better solution.

It may involve VBA, but I don't want to go down that path without some more details.


0

Response Number 2
Name: Nabam
Date: August 1, 2009 at 22:09:44 Pacific
Reply:

Thanks DerbyDad03 for your answer. one of my friend has already emailed me the macro for it which works perfectly as i need.


0

Response Number 3
Name: DerbyDad03
Date: August 2, 2009 at 13:16:38 Pacific
Reply:

How did the macro handle your requirement that "undo is must for B1 cell"?

Undo's are typically an issue with macros.


0

Response Number 4
Name: Nabam
Date: August 2, 2009 at 22:12:52 Pacific
Reply:

Derby, yes my friend told me that. you knows i have to use ' -' . say, if i entered 25 in A1 by mistake, i have to type -25 to undo it. Have a good day.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: Updating excel 2003 cells.

Excel 2007 data bars for Excel 2003 www.computing.net/answers/office/excel-2007-data-bars-for-excel-2003/9304.html

Excel 2003 - Highlight current cell www.computing.net/answers/office/excel-2003-highlight-current-cell/3788.html

Locking cells in Excel 2003 www.computing.net/answers/office/locking-cells-in-excel-2003/7741.html