F frsm May 11, 2006 #1 how can i not allow writting in a1 if b1 is blank? i used custom validation but it wasn't right plz help
how can i not allow writting in a1 if b1 is blank? i used custom validation but it wasn't right plz help
B Biff May 11, 2006 #2 Hi! Try this: Goto Data>Validation Allow: Custom Formula: =B1<>"" Uncheck Ignore blank OK Biff
B Biff May 11, 2006 #3 Well heck! I left out the most important part........ Select the cell you want this to be applied to, assume cell A1. Then do: Goto Data>Validation Allow: Custom Formula: =B1<>"" Uncheck Ignore blank OK Click to expand... Biff
Well heck! I left out the most important part........ Select the cell you want this to be applied to, assume cell A1. Then do: Goto Data>Validation Allow: Custom Formula: =B1<>"" Uncheck Ignore blank OK Click to expand... Biff