Help

Using IF statements

860 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Ken_Cooper
6 - Interface Innovator
6 - Interface Innovator

I’m new to coding and trying to get the code below to perform a function if not null. Can someone show me where I’m going wrong with this code line? Thanks in advance!

If({Facebook Embed} is not null, CONCATENATE({Business Name}, " on Social Media"))

2 Replies 2
AlliAlosa
10 - Mercury
10 - Mercury

Hi there!

Try this :slightly_smiling_face:

IF({Facebook Embed}, CONCATENATE({Business Name}, " on Social Media"))

The first part of the formula, “IF({Facebook Embed},...” can be read in english as “If {Facebook Embed} is not empty/blank/null”.

You are awesome! Thank you so much, it worked… :slightly_smiling_face: