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.
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.
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.
Summary: How can you set Excel 2003 to highlight whichever cell is currently chosen? The way it is set now, I have a white highlight around the current cell, but I use spreadsheets with LOTS of text, so ofte...
Summary: Dear Concern, I have an excel 2003 sheet filled with data. Now i want others to add the data but not edit the old data expect me. If some one can suggest me how to make this function work that after e...