Skip to main content

If this contains data then this formula

  • August 1, 2021
  • 1 reply
  • 7 views

Forum|alt.badge.img+1

I need a formula that allows that indicates"if this column has data populated then this column = this"

Is anyone aware of a formula?

1 reply

Kamille_Parks11
Forum|alt.badge.img+27

Pretty simple.

IF(
   {Name of column},
   "this"
)