Thread: Data Validation
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rmorg Rmorg is offline
external usenet poster
 
Posts: 1
Default Data Validation

I am trying to prevent data entry into certain cells if another cell's data
is greater than or equal to 102. For example I don't want a user to enter
data into cell C5 if cell AC5 is greater than or equal to 102.

I created a custom data validation but keep getting stuck on the formula.