Hi,
Is there a way to use IF with PRODUCT if a Table has 5 rows and each row in a certain column is unique function, so the the No of Items listed below will have a unique calculation for each row based on variables from the form. The table is set to 5 rows, not allowing user to add more rows or take away.
What I would like to achieve is on the "No of Items column" using an IF function to determine for example: if it is row 1 then do the following =PRODUCT(Value1,100) if it is row 2 then =PRODUCT(SUM(Value1,Value2),100) or if it is row 3 then =PRODUCT(Value2,100)
The values are number fields which is not in a table.
I would like to explore this first before resorting to JAVA Scripting Calculations.
Regards,
Gert