Skip to main content

Variables in forumulas

  • November 13, 2018
  • 2 replies
  • 17 views

Hi,

can i do a formula to replace a certain word in a column

column a = month
column b = adtext containing text including [MONTH]
column c = adtext with text replacing word [MONTH] with column a

Thanks!

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+4

Hi @Carl-Henrik_Sjostrom

You could use the Substitute formula function in Column C like this:

SUBSTITUTE({Column B},’[Month]’, {Column A})

I suggest you have a look at Airtable’s formula reference here:

Formula Field Reference

Hope this helps!


  • Author
  • New Participant
  • November 15, 2018

Amazing, thanks @Julian_Kirkness!