Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
--------------------------------------------------------------------------------
I have an excel spread sheet, Col I is a Date, Col K is a Date, Col P is a date and Col T is a text(with list validation) I have validation that if if T = "As is" and P < I or K (which ever one has a value) then Error. ..Add Type:=xlValidateCustom, AlertStyle:=xlValidAlertStop, Operator:=xlBetween, Formula1:="=IF(T2= ""Accept as is"",(IF(P2=(IF(K2<"""",K2,I2)),TRUE, FALSE)), TRUE)" But if the user changes T to some other value then it is ok to change P, But they could put any value in that field. I Need to validate that P is a DATE also I was trying to do a validation Greater than 01/01/2007 but I can not do multiple validations on the same cell. How can I validate P is a date also |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Cells Mutiple Criteria | Excel Discussion (Misc queries) | |||
How do I fill mutiple cells with one pull down menu? | Excel Worksheet Functions | |||
Can I do two validations on a cell? | Excel Worksheet Functions | |||
data validations | Excel Discussion (Misc queries) | |||
3 data validations | Excel Worksheet Functions |