Aug 09, 2020 02:17 AM
Hi there
I have created a table for a client who needs to record the dates visits are made to a site. We note the dates in one cell, separated by commas. We would like to use this data to view the total number of visits. Is there are way to count comma separated values in Airtable?
Thank you!
Solved! Go to Solution.
Aug 23, 2020 03:03 AM
Thank you so much for this, Gwynn. It worked perfectly! I really appreciate your support :slightly_smiling_face:
Aug 09, 2020 04:56 AM
One way may be to make the dates a multi-select field type:
The formula for Visit Count is then:
IF({Visit Dates},LEN({Visit Dates})-LEN(SUBSTITUTE({Visit Dates},",",""))+1)
Aug 23, 2020 03:03 AM
Thank you so much for this, Gwynn. It worked perfectly! I really appreciate your support :slightly_smiling_face: