how to stop the rand() function

  • Thread starter Thread starter mytrixs
  • Start date Start date
M

mytrixs

how to stop the rand() function from recalculating every
time changes are made. further, how is data held as statci
in excel
 
RAND() is a volatile function. You can select the range,
copy it, and then do paste special > value.

HTH
Jason
Atlanta, GA
 
Hi

Copy the cell
PasteSpecial.Values

Or, when you want to preserve the formula, you can set calculation to manual
(Tools.Options.Calculation). Then formulas are calculated only, when you
press F9. But it means, other formulas too doesn't recalculate automatically
anymore.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top