Hi All,
I am looking at doing a calculation without the need of JS if possible?
Basically, I have 3 fields I need to be calculated as follows:
(Quantity*Price)-(Discount%)
Currently I have the calculation as per below:
=SUM(PRODUCT(INDEX(TableQuantity,ROW())*INDEX(Table.Price,ROW()))-(DIV(INDEX(Table.Discount__,ROW()),100)))
But, the above gives me the following result:
Example of how I can get it at 50% at the moment:
Now, I have tried changing the calculation to use "1" or "10" instead of "100" in the DIV area and this still does not provide me with the correct calculation I am after.
I would like the calculation to be completed once a % is entered as this can be changed based on requirements.
Any assistance or feedback would be appreciated,
Thank you
Ziad