Skip to main content
Solved

Separate String of Values by Comma

  • March 6, 2024
  • 1 reply
  • 22 views

Forum|alt.badge.img+2

I am trying to separate the values in the "ADKAR numerical value" column so that the first number (2) is inputted into the "Awareness value" column. Then so on where I input the next number after the comma into another column, etc.

Any help is greatly appreciated! 🙂 

 

Best answer by Sho

If it is a Lookup field, the Arrayslice function could be used.

The following formula extracts the first one

ARRAYSLICE({Lookup field)},1,1)

Using Array Functions In Airtable | Airtable Support

1 reply

Forum|alt.badge.img+21
  • Inspiring
  • Answer
  • March 6, 2024

If it is a Lookup field, the Arrayslice function could be used.

The following formula extracts the first one

ARRAYSLICE({Lookup field)},1,1)

Using Array Functions In Airtable | Airtable Support