random - Refresh only selected area in Google Spreadsheet -


I am doing some D20 / RPG stuff where everything is based on different dice / randbatin.

I want to be able to refresh some areas, not the entire sheet, but the only option is CMD-R and it refreshes them all.

Has anyone got an idea for this? Maybe some script?

As an alternative I saw other solutions. Where a function will make A2 hard copy of the value of A2 with cell A1 (with the randbetween function) if A3 is not 1, then the value of A2 will be kept. In my plan I had to hide the A1, the current A2 and use the A3 as an on / off button. It did not come to know how to do this ... either ...

Thank you in advance, I spent hours on this!

Google Spreadsheets, re-branded as Google Sheet, includes functions to refresh only a few areas Instead, consider using the trigger script by a custom menu or button by custom function.

If you decide to use a custom function, keep in mind that custom function arguments must be deterministic. From

, the underlying spreadsheet functions return each time they count, return a different result ??? Such as now () or rand () a ???? No custom functions are permitted as arguments. If a custom function tries to return the value based on one of these volatile underlying functions, then it is loading ... indefinitely.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -