A
Adam Kroger
Is there a worksheet function that will copy (or return) the value of
another cell (not its formula)
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 a realy 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, when a condition is met.
another cell (not its formula)
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 a realy 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, when a condition is met.