I'm doing some D20/RPG stuff where everything is based on different dice / randbetween.
I want to be able to refresh certain areas and not the whole sheet, but the only option is cmd-r and it refreshes all of them.
Anyone got an idea for this? Some scripting perhaps?
As an alternative I looked at other solutions. One where a function would hard copy the value from cell A1 (with a randbetween function) to A2 IF A3=1. IF A3 is not 1, the value of A2 would stay put. My plan was to simply hide A1, present A2 and use A3 as an on/off button. Haven't figured out how to do this either... Any idea?
Thanks in advance, I spent hours on this!