Hi Noorain, Correct me if I am wrong. What you are trying to do in this function is to bring up the relevant data from 3 different worksheets. In the event, that one worksheet does not have the data, the formula will cycle through to the other worksheet. However, using the OR function here will not serve that purpose ,what you need to use instead is the IF function.
=IF(NOT(ISERROR(VLOOKUP(B3,Raw_Data1!$A$2:$F $50,2,FALSE))),VLOOKUP(B3,Raw_Data1!$A$2:$F $50,2,FALSE),IF(NOT(ISERROR(VLOOKUP(B3,Raw_Data2!$A$2:$F $50,2,FALSE))),VLOOKUP(B3,Raw_Data2!$A$2:$F $50,2,FALSE),VLOOKUP(B3,Raw_Data3!$A$2:$F$50,2,FALSE))) Try using the formula above and everything should fall into place. Regards, Cloud On Sep 22, 9:23 pm, NOORAIN ANSARI <noorain.ans...@gmail.com> wrote: > Dear All, > > I want to use VLookup function for more than one sheet at a time. But I am > unable to find output. > > Please see attached Sample sheet. > > Thanks & regards, > Noorain Ansari > > VLookup Query for more than One Sheet.xls > 52KViewDownload -- ---------------------------------------------------------------------------------- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310 3. Excel tutorials at http://www.excel-macros.blogspot.com 4. Learn VBA Macros at http://www.quickvba.blogspot.com 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com To post to this group, send email to excel-macros@googlegroups.com <><><><><><><><><><><><><><><><><><><><><><> HELP US GROW !! We reach over 7000 subscribers worldwide and receive many nice notes about the learning and support from the group.Let friends and co-workers know they can subscribe to group at http://groups.google.com/group/excel-macros/subscribe