Forum Discussion
HOW TO INCREASE THE MAXIMUM SIZE FORMULA IN VALIDATION OPTION
- Oct 04, 2019
Please check this blog https://rednectar.net/2019/07/15/validating-ip-address-entries-in-excel/, here is formula suggestion how to validate IP address and compromise 255 characters limit.
To translate formulas in English locale to Spanish one you may use https://en.excel-translator.de/translator/ (if formulas are within Excel file they are translated automatically).
To add file to the post click this icon at the bottom left of the Reply window
SergeiBaklanCould you explain how to upload a file here?
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:
- SergeiBaklanOct 04, 2019Diamond Contributor
Please check this blog https://rednectar.net/2019/07/15/validating-ip-address-entries-in-excel/, here is formula suggestion how to validate IP address and compromise 255 characters limit.
To translate formulas in English locale to Spanish one you may use https://en.excel-translator.de/translator/ (if formulas are within Excel file they are translated automatically).
To add file to the post click this icon at the bottom left of the Reply window
- HeatcliffOct 04, 2019Copper Contributor
SergeiBaklan i really appreciatte it, I will try, I´m going to share result as soon as is over