Nov 25, 2021 03:18 AM
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!
Nov 25, 2021 03:23 AM
Use this formula, and then specify the formatting on the field to include the decimal point and zero:
IF({Column A},8,7)