Skip to main content

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


Is anyone aware of a formula?

Pretty simple.


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

Reply