Forum Discussion
KalvisT
Sep 29, 2021Copper Contributor
Calculated column with IF formula
Hei, I want to create a calculated column based on another value. Lets call this CalcColumn so calccolumn = If Column1 = Blank ---> blank If not blank then default value is 30
- Sep 29, 2021Hah, was simple enough and figured it out. =IF(ISBLANK([Column1], "", "30")
KalvisT
Sep 29, 2021Copper Contributor
Hah, was simple enough and figured it out. =IF(ISBLANK([Column1], "", "30")