Forum Discussion
Count all fields with pattern
hi Anonymous ,
please provide a sample input table and output table/ screenshot.
- Anonymous3 years agoNot applicable
Sure. Exemplary table:
ID | Manufacturer | Hyperlink |
1 | Tesla | http://tesla.co |
2 | Nissan | http://nissan.com |
3 | Renault | |
4 | Volvo | - |
5 | Toyota | N/A |
1. I would like to have counted all "blanks" , "-" and "N/A" (maybe also others sign) catched and counted. But I do not know what user might put in "hyperlink" field except of above examples that's why better to have some kind of regex which counted all wrongly filled out fields. I mean for example those not starting from http:// and maybe show me with some tooltip? visualisation? another column? Not sure here.
2. Also, all those field without http:// should be marked in red to see at once.