I have two types of product codes V###### and C######. All codes are six digits with either a "C" or "V" in front. I want to set the data validation to allow for either the "V" or "C" followed by six digits. The formula I am currently using is =AND(LEFT(I3,1)="V",LEN(I3)>6). However, this only allows for the V###### to be used. I cannot figure out how to add an additional formula to allow for the "C" to be used as well. Can anyone help?
Bookmarks