LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Adam Kroger
 
Posts: n/a
Default Is there a worksheet function that will...

Is there a worksheet function that will copy (or return) the value of
another cell (not its formula), with the result being stable, even though
the orriginal cell was volitile?
=VALUE(B3) will return the data but it remains volitile.

I want to have a cell with an IF statement that when true will show what the
current RAND() number is as a number only. ie
IF(A1="Y",COPYasVALUE($B$3),"")

of course COPYasVALUE is not really an existing function in excel.

The end result I am trying to accomplish is to fill a range of cells with a
non-volitile randomly determined number only once, when a condition is met.

Here is one attempt of mine to accomplish this, it didn't work, and refers
to itself as well.
=IF(ISBLANK(V4),IF(U4="Y",ROUNDUP(RAND()*6+1,0),"" ),"")

ALTERNATELY:
Can you cause a portion of a spreadsheet to be calculated only on demand?
Devide the spreadsheet into 8 sections, and certain of the cells within the
section
would calculated only when a button would push, and not affected when the
button
for another section is pushed.


Sorry for the multiple directions of my questions, I am tryign to approach
the problem
from as many angles I can to find a solution.


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Comparing a list to a Calendar worksheet. PatrickL Excel Worksheet Functions 0 August 25th 05 04:21 PM
How do I use the TABLE worksheet function? Jo Excel Worksheet Functions 2 July 2nd 05 12:41 PM
Links to 2nd closed worksheet fail when using offset function ?? Jordan795 Excel Worksheet Functions 1 June 21st 05 01:43 AM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
The Help on the Excel Edate worksheet function contains an error:. Guido Excel Worksheet Functions 1 January 20th 05 01:42 PM


All times are GMT +1. The time now is 12:23 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"