Forum Discussion

HenryJS's avatar
HenryJS
Post Prodigy
6 years ago
Solved

IF Contains Text

Hi all,   How do I create a new column IF Ref 1 has text then Yes     Thanks,   H
  • Anonymous's avatar
    Anonymous
    6 years ago

    HenryJS 

     

    Column = IF(ISBLANK([Ref 1]),BLANK(),"Yes")

     


    Paul Zheng
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.