View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arvi Laanemets Arvi Laanemets is offline
external usenet poster
 
Posts: 510
Default Data Validation Custom with V Lookup

Hi

Define lookup values as name (InsertNameDefine), and use defined name as
source for Data Validation List, like =MyName, (this allow you to refer to
other sheets in workbook)


Arvi Laanemets


"Scott R" wrote in message
...
Hi Everyone, I am a bit confused here.. trying to have a cell validated to
only allow between 2 numbers (depending on the vlookup).. i have tried a
formula below which wont work.. not sure if i can even do such a
validation?
any help on this would be greatly appreciated..

=IF(J41="hannan",'=(VLOOKUP(C41,'Insert
Label'!W3:Y8,2,0))'<=(vlookup(c41,'insert label'!w3:y8,3,0))," ")