Asked by peispud
at 2024-05-24 17:22:04
Point:500 Replies:8 POST_ID:828922USER_ID:11822
Topic:
Microsoft Excel Spreadsheet Software;;
I am using Office 365 / Excel
I need this to work in an IPAD Air, so I presume VBA is out of the question.
Here is a formula. Here is a problem. The following formula will be found in B1, B2, B3 etc... referencing the cell to the left.
=IF(A1=TRUE,CHOOSE(RAND()*10+1,1,2,3,4,5,6,7,8,9,10),"")
As things are now, if A1 = true, then the value in B1 will change every time a sheet calculation is done, no matter what the trigger for the sheet recalculation.
I want the value of B1 to recalculate only when the cell A1 has exited the edit mode.
Thank you.
I need this to work in an IPAD Air, so I presume VBA is out of the question.
Here is a formula. Here is a problem. The following formula will be found in B1, B2, B3 etc... referencing the cell to the left.
=IF(A1=TRUE,CHOOSE(RAND()*10+1,1,2,3,4,5,6,7,8,9,10),"")
As things are now, if A1 = true, then the value in B1 will change every time a sheet calculation is done, no matter what the trigger for the sheet recalculation.
I want the value of B1 to recalculate only when the cell A1 has exited the edit mode.
Thank you.