Hi,
My validation expression is too long:
=IF(H1<6;AND(H10>0;OR(H10<=E10;ISNUMBER(FIND($AD$20;H10;1));ISNUMBER(FIND($AD$25;H10;1));ISNUMBER(FIND($AD$26;H10;1));UPPER(H10)=$AD$15:$AD$28));IF(H1=32;AND(H10>0;OR(H10<=E10;ISNUMBER(FIND($AD$26;H10;1));AND(H10>0;OR(H10<=E10;ISNUMBER(FIND($AD$20;H10;1));ISNUMBER(FIND($AD$25;H10;1));ISNUMBER(FIND($AD$26;H10;1))))
In the H10 cell I want to user to force to use the following:
1. IF H1<6, it can be a number between 0 and the value of E10 or one of the symbols from the cells AD15:AD28 or a number+one of the values from AD20,AD25,AD26
2. IF H1=32 , it can be a number between 0 and the value of E10 or a number+one of the values from AD26
3. IF H1=6 OR H1=7 it can be a number between 0 and the value of E10 or a number+one of the values from AD20,AD25,AD26
H1 can only be 1,2,3,4,5,6,7,32.
Thank you.
My validation expression is too long:
=IF(H1<6;AND(H10>0;OR(H10<=E10;ISNUMBER(FIND($AD$20;H10;1));ISNUMBER(FIND($AD$25;H10;1));ISNUMBER(FIND($AD$26;H10;1));UPPER(H10)=$AD$15:$AD$28));IF(H1=32;AND(H10>0;OR(H10<=E10;ISNUMBER(FIND($AD$26;H10;1));AND(H10>0;OR(H10<=E10;ISNUMBER(FIND($AD$20;H10;1));ISNUMBER(FIND($AD$25;H10;1));ISNUMBER(FIND($AD$26;H10;1))))
In the H10 cell I want to user to force to use the following:
1. IF H1<6, it can be a number between 0 and the value of E10 or one of the symbols from the cells AD15:AD28 or a number+one of the values from AD20,AD25,AD26
2. IF H1=32 , it can be a number between 0 and the value of E10 or a number+one of the values from AD26
3. IF H1=6 OR H1=7 it can be a number between 0 and the value of E10 or a number+one of the values from AD20,AD25,AD26
H1 can only be 1,2,3,4,5,6,7,32.
Thank you.