![]() |
Formula Based Data Validation 4 Date To Be Inserted
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 |
Formula Based Data Validation 4 Date To Be Inserted
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 |
All times are GMT +1. The time now is 03:35 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com