Forum Discussion

Heatcliff's avatar
Heatcliff
Copper Contributor
Oct 03, 2019
Solved

HOW TO INCREASE THE MAXIMUM SIZE FORMULA IN VALIDATION OPTION

I´m trying to restrict a cell in order to validate only IPv4 valid IP addresses, however my formula is so long, I have reached the limit of validation personalized formula size, could  i Increase that area?

9 Replies

  • SergeiBaklan's avatar
    SergeiBaklan
    Diamond Contributor

    Heatcliff 

    Perhaps that could be done by another way, as practically everything in Excel. If you attach small sample file to illustrate what exactly you try to do, someone here could suggest proper solution.

      • Heatcliff's avatar
        Heatcliff
        Copper Contributor

        anyway, below the formula that I want to add to a validation cell  in B4

         

         

        =SI(VALOR.NUMERO(EXTRAE(B4;1;HALLAR(".";B4;1)-1))<256;(SI(VALOR.NUMERO(EXTRAE(B4;(HALLAR(".";B4;1)+1);((HALLAR(".";B4;(HALLAR(".";B4;1)+1)))-(HALLAR(".";B4;1))-1)))<256;SI(VALOR.NUMERO(EXTRAE(B4;(HALLAR(".";B4;(HALLAR(".";B4;1)+1)))+1;((HALLAR(".";B4;H4+1))-(HALLAR(".";B4;(HALLAR(".";B4;1)+1)))-1)))<256;1;0);0));0)

         

         

        a printscreen of the Sheet:

         

         

         

Resources