Click here to Skip to main content
15,886,872 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to set multiple formulas in data validation of excel sheet? I am doing space validation using the formula. I too want to check the text limit for the values to be entered max in excel.I want to set formaulas of both space validation and character length validation.
SQL
i want both THE SPACE VALIDATION CHECKING IN EXCEL  AND ALSO THE TEXT LIMIT LENGTH IN THE SAME.
=LEN(O3)=LEN(SUBSTITUTE(O3," ",""))(For Space Validation in Excel). Also want to validate the length using the text limit of excel
Posted
Updated 17-Mar-14 17:58pm
v4
Comments
CHill60 17-Mar-14 8:40am    
Not clear. Is this validation in C#? I think you are saying that you want the validation within Excel - in which case you will need a VBA macro. Use the Improve question link to explain what you are really trying to do
ZurdoDev 17-Mar-14 9:52am    
Is this a code question or Excel question?
Rahul 105 17-Mar-14 23:53pm    
Its an ExcelQuestion done in asp.net project with c#.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900