Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 04:46:13 +0000



Post From: Custom Spreadsheets Functions

[2019-09-09 02:45:08]
CMG - Posts: 179
Hi There,
Is it possible to create custom spreadsheets functions using ACSIL? Similar to creating a function in excel using VB.

In a quote spreadsheet, I'm trying to timestamp a cell whenever another cell is modified. (eg. Cell B1 will show the time when cell A1 is modified) In the old spreadsheets I was able to create a formula to perform the timestamp using iterations, but iterations are no longer available in the new spreadsheets.

Likewise, in excel, using VB, I was able to create a function that would insert a timestamp in a cell when another cell was modified.

Thanks