Introduction¶
Autory provides custom functions to let you do things otherwise not possible in Excel.
Arguments should be used in the same order as in the documentation. To skip an argument and use its default value, just omit it, but keep the comma. For example:
FUNCTION(a,b,c,d)
FUNCTION(a,b,,d)
Any Excel function can be used, but functions like OFFSET
, INDIRECT
, VLOOKUP
should be avoided.