G
Guest
I am trying to insert an if calculation into a Word table. It will reference
two other fields in other locations in the table. One is a number of pages
(let's call that "Total"). Another is a rate ("Rate"). We think we have the
math figured out, but I don't have enough experience with IF and calculation
fields to figure this out very easily.
We also think it will use the "round" function, which we think means if a
number in our calculation is a decimal, it will be rounded up to the nearest
whole number.
IF the Total>100, then round (Total-100)/50*Rate, ELSE 0.
Any thoughts would be greatly appreciated. Thanks!
two other fields in other locations in the table. One is a number of pages
(let's call that "Total"). Another is a rate ("Rate"). We think we have the
math figured out, but I don't have enough experience with IF and calculation
fields to figure this out very easily.
We also think it will use the "round" function, which we think means if a
number in our calculation is a decimal, it will be rounded up to the nearest
whole number.
IF the Total>100, then round (Total-100)/50*Rate, ELSE 0.
Any thoughts would be greatly appreciated. Thanks!