I have read up that Airtable inserts double quotes if there are commas in the contents of the array, and I have seen reference to removing them by using either Substitute or Regex_Replace, but I have an IF statement and no idea how/where to put either to make it work (I'm new to formulas and they are def not my strong suit!)
"A11.05/003a Joanna Staniszkis (Artist), Marta W. Suchy (Artist); Summer Kites" (Damage Inspection 2023-07-26)
If anyone could help, I'd appreciate it much. TIA!
Best answer by Alexey_Gusev
Hi, You can forget BLANK() in Airtable and use just IF(Inspection, Art&....rest_of_your_formula You can omit brackets for one-word field names, but some users prefer to use them for all, to mark fields. If you want to get your output without quotes, wrap your formula into substitute ( " to nothing):
Hi, You can forget BLANK() in Airtable and use just IF(Inspection, Art&....rest_of_your_formula You can omit brackets for one-word field names, but some users prefer to use them for all, to mark fields. If you want to get your output without quotes, wrap your formula into substitute ( " to nothing):
Hi, You can forget BLANK() in Airtable and use just IF(Inspection, Art&....rest_of_your_formula You can omit brackets for one-word field names, but some users prefer to use them for all, to mark fields. If you want to get your output without quotes, wrap your formula into substitute ( " to nothing):