storing data

cocopops2001

Board Regular
Joined
Apr 18, 2011
Messages
112
I would like a way of storing data without saving it into a cell, ie some application memory or something?

what i have are calculation sheets and i would like a way of saving the variables so that if they are altered by the user a text box(or a message in a cell) will appear telling them so. any suggestions. I already have one set up where it sums the variables and compares them using an =IF in excel but wold like something that is a bit more secure
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Have you considered using a "Defined Name"? You can define a name that refers to a constant. Open the New Name diaolg and enter a name (say TaxRate) For Refers to , enter the rate (say 0.08), Now in your formulas, you would use something like
Code:
=D3*TaxRate

lenze
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,728
Members
452,939
Latest member
WCrawford

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