Auto-update of value in cell

enxocoebl

Board Regular
Joined
Oct 24, 2011
Messages
54
Hey. I have prepared an excel sheet that records customer data. I have a "total purchase amount" column. I want it to automatically update itself when i print the bill(which is on another sheet). For example a1 refers to total purchase amount of customer xxx. When he/she purchases goods worth say 500$.. I want it to be automatically added to the previous total in a1 and show the new value( previous value+500$) in the same cell... I am explaining so much bcos i am not familiar with the terms used in excel.
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Hey i did that. But there is no reference to the other cell i want..that is in the example 500$ is to be added to the value in a1. 500$ is in cell c1. I tried putting recall(c1)+(a1).. But that doesnt work either. And recall formula isnt showing up in the help pop up. I have excel 2007. Thank you in advance
 
Upvote 0
hi enxocoebl

formula should be entered into cell(a1)

recall()+(c1)
if the recall function is not in your list of functions
then you will need to download morefunc
from mrexcel website i think or maybe google morefunc

cheers

kevin
 
Upvote 0
i ve downloaded all updates. recall function just isnt there. i googled recall function and didnt find what i was looking for. is there another function. i ll use it even if it is lengthy. thanx for the quick replies
 
Upvote 0
hello enxocoebl
in google search engine type microsoft morefunc add in

in the list of sites that come up click on the one that says

something like how to download and install morefunc

and watch the tutorial video

cheers

kevin
 
Upvote 0
hey thanx man.. it worked. i downloaded the extra func. however it is not as easy as i thot it is. the calculation part.. i have another question can i post it here or should i post it as a new thread?
recall function helpd a lot. thanx kevin.
 
Upvote 0
Hi enxocoebl
You will need to start a new thread
Unless the next question is related
You are more likely to get someone
That knows the answer to your new question
The guys and gals on here know a lot
But I can't imagine that everybody
Knows everything
I m glad your last post has been sorted

Cheers

Kevin
 
Upvote 0
Hey whats a tracer arrow?
I get circular reference warning all the time when i use recall function.. And a value error in the cells
=if($c$4=$ab4,(recall()+$g$4),$ae4)...formula in entered in ae4
c4 has a barcode number, ab4 also has a list of barcode numbers. G4 has the bill amount which needs to be added to ae4.
I get a value error in ae4. I tried everything( changing dollar signs everywhwere) still doesnt work. Please help...
C4 to i4 (one row only is fixed) ab4 to af4 is dynamic..
Thank you.
 
Upvote 0
hi
try this formula in ae4

=IF(C4=AB4,RECALL()+G4)

little concerned you say you have a barcode in c4 and a list of barcodes in ab4
surely c4 is never going to equal ab4

good luck

kevin
 
Upvote 0

Forum statistics

Threads
1,215,005
Messages
6,122,661
Members
449,091
Latest member
peppernaut

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top