Cell functions

Cell functions are functions that you can use in the cells of a form to change values within the cells.

Addition 

add<number> adds the value <number> to the current number in the cell

Before:

zellfunktion_add

Intermediate step:

zellfunktion_add1-1024x486

 After:

zellfunktion_add2

Subtraction

sub<number> subtracts from the current number in the cell the value <number>

Before:

zellfunktion_sub

Intermediate step:

zellfunktion_sub1-1024x486

After:

zellfunktion_sub2-1024x486

Add percent

add<number>% increases the cell value by <number>%

Before:

zellfunktion_add_prozent

Intermediate step:

zellfunktion_add_prozent1-1024x486

After:

zellfunktion_add_prozent2

Subtract percent

sub<number>% reduces the cell value by <number>%

Before:

zellfunktion_sub_prozent

Intermediate step:

zellfunktion_sub_prozent1

After:

zellfunktion_sub_prozent2