How to use formula for a column positioned in Lines, in WebAdi excel
Hi,
I have a requirement that for the lines of the webadi excel, the column "Value" should calculate the product of two columns: quantity * price.
I configure the column in the layout to have a default type of Formula and default value of "=C15*D15".
There are two problems:
- All the lines will have the same value for this column. But I want that formula progress on each line, so E15=C15*D15, E16=C16*D16, E17=C17*D17 and so on. I see on Excel that for this column, all the rows have the same formula.
- After putting the value on C15 column, E15 is blank (I see there is no formula anymore there).