Character Count (Text)

Hey All…I know this was mentioned a while back but I want to see if anyone has any better ways…how would I be able to count the number of characters in a another cell? It needs to be a column (or group of) because it will perform conditional actions. Thanks!

I use this in a JavaScript column

return p1.length;
2 Likes