Different Math Formula for Different Row in One Same Column

Hi @rizky_kahfie

There is an If-Condition “if (cond, trueval, falseval)” instruction in the -math Formula- node which allows to do a conditional operation:

The instruction to write in your case would be:

$Column A$ * if( $$ROWINDEX$$ < 10, 2, 3)

Hope this helps.

Regards

Ael

11 Likes