May 08, 2024 01:25 PM
Hi! I thought a simple formula shown below would calculate price per square foot for my table.
May 08, 2024 03:46 PM
Can you post a screenshot that shows the field types? I’m guessing that at least one of those fields is not a number field, even if it looks like a number.
May 08, 2024 06:44 PM - edited May 08, 2024 07:10 PM
1-Ensure values exist for the sqft as dividing by zero is not viable, but can be bypassed wrapping the formula in an if statement IF ({Building SqFt},{Price} / {Building SqFt}) .
It may also be a matter of declaring the values to be float or int type prior to calculation