View Single Post
  #1   Report Post  
dalymjl dalymjl is offline
Junior Member
 
Location: Ireland
Posts: 29
Default Custom Validation

I would like to apply a custom validation to ensure that the input value in a cell is equal to or an exact multiple of a value in another cell. For example, if the reference cell contains the value "2" then the only valid entry in the input cell should be 2,4,6,8,10 etc. (Zero should also be valid). Is this possible?

Thanks

dalymjl