Hey James, try using an IF statement with ISERROR. Check it out here. To view the formulas, duplicate the base by clicking the title of the base at the top of the screen and then click the three horizontal dots on the right
The specific formula used in this case was:
IF(
ISERROR(Number / {Number to divide by}),
BLANK(),
Number / {Number to divide by}
)
Hey James, try using an IF statement with ISERROR. Check it out here. To view the formulas, duplicate the base by clicking the title of the base at the top of the screen and then click the three horizontal dots on the right
The specific formula used in this case was:
IF(
ISERROR(Number / {Number to divide by}),
BLANK(),
Number / {Number to divide by}
)
This worked great! Thank you!
Hey James, try using an IF statement with ISERROR. Check it out here. To view the formulas, duplicate the base by clicking the title of the base at the top of the screen and then click the three horizontal dots on the right
The specific formula used in this case was:
IF(
ISERROR(Number / {Number to divide by}),
BLANK(),
Number / {Number to divide by}
)
Thank you this worked for me too!