View Single Post
  #2   Report Post  
shanermuls shanermuls is offline
Junior Member
 
Posts: 20
Default

Quote:
Originally Posted by murugavelmsc View Post
HI Experts,

A B C D
101 ABC NO

In D column i have a data validation i'e if c1="No", "NA", count(A1, B1)=2 and D2=DATE(2013,1,1),D2<=DATE(2014,12,31)

when i am selecting C1 as "No", not automatically populates "NA" in column.

In the data validation i use the following custom foruma
=IF(C2="YES",AND(COUNTA(A2,B2,C2)=3,D2=DATE(2013 ,1,1),D2<=DATE(2014,12,31)),"NO")




pLEASE HELP ME

THanks,
Murugavel S
Example attached - changed "NO" to "NA"

where is the date for this? You are checking column D for a date in 2013 or 2014 - the date is not in your example.

also why are you checkin if count(a2, b2, c2) =3?
Attached Files
File Type: zip Example.zip (6.3 KB, 41 views)

Last edited by shanermuls : February 23rd 13 at 04:11 PM