Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to put a data entry validation check for allowing a Account Maturity
date in B2 less than Now() only if the account balance in D2 is 0, otherwise with a balance in the account a date only after Now() should be allowed. Any suggestions & advices shall be highly obliged. Thanx |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use a custom formula of
=OR(AND(B2<TODAY(),D2=0),AND(B2=TODAY(),D2<0)) and uncheck the Ignore blank checkbox. -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "FARAZ QURESHI" wrote in message ... I want to put a data entry validation check for allowing a Account Maturity date in B2 less than Now() only if the account balance in D2 is 0, otherwise with a balance in the account a date only after Now() should be allowed. Any suggestions & advices shall be highly obliged. Thanx |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Validation based on Optional Inputs | New Users to Excel | |||
Data Validation based on other cells | Excel Worksheet Functions | |||
Sumproduct based which also weights data based on date | Excel Worksheet Functions | |||
How are symbols inserted in a data validation look-up list? | Excel Worksheet Functions | |||
Validation Based on a Date | Excel Worksheet Functions |