Hi,
2. question validation equation
not "subquestion validation"
I have to write the equation 14 times for every column I have
Yes, for every ROW.
This is what you want:
(Either row1, column 2 is empty OR it is numeric) AND (Either row1, column 3 is empty OR it is numeric) AND (Either row2, column 1 is empty OR it is numeric) AND ...
As you might see, the "is_empty" part avoids an error message if the cell is still empty (= not numeric).
As I showed it for 3 rows (subquestions)
And the tip? Up to you.
What do you want to tell your repondents?
"Please, enter only numeric values in column 2 and column 3". Or whatever you like.
And of course you can customize it with some IF-statements.
In my opinion you'd better use the javascript solution.
Joffm