Hi! I would like to set-up a formula where if Column A is not blank, Column B says “8.0”, and if Column A is blank, Columb B will say “7.0”
Is there a formula to do this?
Thank you!
Hi! I would like to set-up a formula where if Column A is not blank, Column B says “8.0”, and if Column A is blank, Columb B will say “7.0”
Is there a formula to do this?
Thank you!
Use this formula, and then specify the formatting on the field to include the decimal point and zero:
IF({Column A},8,7)
This topic was solved and automatically closed 15 days after the last reply. New replies are no longer allowed.