Skip to main content
Solved

Concatenate Two Fields and Substitute

  • May 13, 2020
  • 2 replies
  • 26 views

Hi Everyone,
I am new to Airtable and enjoy it (for the most part:). I am trying to concatenate two fields (done) and then replace or substitute the spaces " " with dashes “-”. I having trouble placing the substitute syntax and getting a circular reference error. Thanks in advance for your help!

Best answer by Ed_Brooks

Your formula would look something like this:

SUBSTITUTE(({Field 1} & "-" & {Field 2})," ","-")


ScottWorld, coming through in clutch, thank you and be well!

2 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • May 13, 2020

Your formula would look something like this:

SUBSTITUTE(({Field 1} & "-" & {Field 2})," ","-")


  • Author
  • New Participant
  • Answer
  • May 13, 2020

Your formula would look something like this:

SUBSTITUTE(({Field 1} & "-" & {Field 2})," ","-")


ScottWorld, coming through in clutch, thank you and be well!