I am looking for assistance in developing a google sheets formula or script that returns the Cell Reference of any cells (in that Row) that contain a validation Error.
For example in Row 1, Cells B1 and E1 contain validation errors. I would like to return the following in A1.
A1 = "Validation Error in Cell(s) B1, E1"
Each row contains 50+ columns so individually checking each validation in a formula is not practical.
