Hello! Im looking to recreate this function in Airtable
=COUNTA(UNIQUE(Masterlist!C5:C))
Where the column in Airtable I'm looking to count unique entries in is called CLIENT NAME. Unfortunately, it doesn't look like the UNIQUE function works, is there a replacement or workaround?
In short, I'm looking for a way to count unique entires in the CLIENT NAME column, i.e.:
McFly, Marty
McFly, Marty
Gambini, Vincent
Ipkiss, Stanley
Ipkiss, Stanley
Ipkiss, Stanley
Hillard, Daniel
Counting this column would come back as a count of 4
Thanks in advance for any help 🙂