Posted 3 August 2021, 5:24 pm EST - Updated 3 October 2022, 9:41 am EST
Hello,
I would be very grateful for the advice, how to reference any cell with custom formula implicitly.
After pressing enter and submitting my custom formula I would like to receive reference of A1. Also after changing this reference (content of A1 cell) recalculate formula. So argument of context.setAsyncResult("A1 ") should be not string, but reference.
I need to pass A1 reference in evaluateAsync:
Thank you


