I'm trying to filter my data based on the first character of the cell, whether it's a letter or a number. The only differentiating factor is the first character, so I was thinking something along the lines of a LEFT((isDigit),1), but I don't think that's the right way to do it.
Solved! Go to Solution.
Hi @navypoint16, if your filter field is a string, the Left([Field],1)="...", formula should work.