I have altered a cell validation expression to include more criteria.
The resulting expression is:
=AND(OR(ISBLANK(inpNodeFlow_u1),ISBLANK(inpPtOverride_u1)),ptrPt_u1>0)
When the expression evaluates to FALSE the cell still accepts an
entry.  Part of the expression:
=OR(ISBLANK(inpNodeFlow_u1),ISBLANK(inpPtOverride_u1))
works and rejects cell entries when evaluated to FALSE.  The addition
of AND(......),ptrPt_u1>0) renders the cell validation non
functional.  I have tested each element of the expression to obtain
TRUE and FALSE results so there are no problems with the range names.
The cell also has condional formatting.
I am using Excel 2002 on XP pro.  Any clues?

--~--~---------~--~----~------------~-------~--~----~
-------------------------------------------------------------------------------------
Some important links for excel users:
1. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at 
http://www.excelitems.com
2. Excel tutorials at http://www.excel-macros.blogspot.com
3. Learn VBA Macros at http://www.vbamacros.blogspot.com
4. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 

To post to this group, send email to excel-macros@googlegroups.com
If you find any spam message in the group, please send an email to:
Ayush Jain  @ jainayus...@gmail.com or
Ashish Jain @ 26may.1...@gmail.com
-------------------------------------------------------------------------------------
-~----------~----~----~----~------~----~------~--~---

Reply via email to