Nov 13, 2018 04:37 AM
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!
Nov 13, 2018 04:49 AM
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:
Hope this helps!
Nov 15, 2018 10:58 AM
Amazing, thanks @Julian_Kirkness!