Expand my Community achievements bar.

Calculating a Percentage

Avatar

Level 1

I have a form with a bunch of control boxes and a table. In this table I have many cells. I need to:

Make Cell4=The user entered Mark UP percentage of cells 1 and 2. Cell 3 is where the user enters a percentage to markup.

My code looked like this:

((Table1.Row11.Cell3+Table1.Row11.Cell4)+((Table1.Row11.Cell3+Table1.Row11.Cell4)*Table1.Row18.Cell3))

Now I have tried many variations of this code including moving the parenthases around. I can calculate the sum of Cell 1 and 2, but once I introduce Cell3, it's a no go. Will someone please help!!!

1 Reply

Avatar

Level 5

Hi,

you could to do the following:

procent.jpg

I hope this is what you mean.

Kind regards Mandy