+ Reply to Thread
Results 1 to 4 of 4

NEED FORMULA/FUNCTION IN 3rd SHEET TO LOOK_UP ARRAY IN 2 SHEETS

  1. #1
    Registered User
    Join Date
    10-13-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    2

    NEED FORMULA/FUNCTION IN 3rd SHEET TO LOOK_UP ARRAY IN 2 SHEETS

    Hi, everybody I am new to this forum and this is my first thread.

    Sir, I am having a problem in formula input in Sheet3.(excel file is attached)
    I have 3 sheets, I want to compare column A of Sheet3 with (Sheet1+Sheet2) because data in column A of Sheet1 is in continuation with Sheet2.
    And I want to return the value of column C from (Sheet1+Sheet2) as data is in continuation.

    Please Login or Register  to view this content.
    But this code only helps me to return value from Sheet1 and not from Sheet2.
    Hence, I need to compare data of Sheet3 with both the first two sheets and need the formula/function to return value by looking up array in both Sheet1+Sheet2.
    Please provide solution!!!
    Attached Files Attached Files

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: NEED FORMULA/FUNCTION IN 3rd SHEET TO LOOK_UP ARRAY IN 2 SHEETS

    In D2 Cell of Sheet3

    =IF(A2="","",IFERROR("Sheet1:"&VLOOKUP(A2,Sheet1!A:C,3,FALSE),"Sheet1:NotFound")&" | "&IFERROR("Sheet2:"&VLOOKUP(A2,Sheet2!A:C,3,FALSE),"Sheet2:NotFound"))

    Drag it down...


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    10-13-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: NEED FORMULA/FUNCTION IN 3rd SHEET TO LOOK_UP ARRAY IN 2 SHEETS

    Quote Originally Posted by :) Sixthsense :) View Post
    In D2 Cell of Sheet3

    =IF(A2="","",IFERROR("Sheet1:"&VLOOKUP(A2,Sheet1!A:C,3,FALSE),"Sheet1:NotFound")&" | "&IFERROR("Sheet2:"&VLOOKUP(A2,Sheet2!A:C,3,FALSE),"Sheet2:NotFound"))

    Drag it down...
    Thankyou Sir, for your expert advice but Sir, I am getting the value as
    Please Login or Register  to view this content.
    in cell D2 of Sheet3.
    Your formula is absolutely corect but Sir, I need only
    Please Login or Register  to view this content.
    as value in cell D2 of Sheet3 i.e. without "Sheet1: | Sheet2:NotFound"
    Simliarly , for the other cells too when I drag the formula down.
    Waiting for your reply.

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: NEED FORMULA/FUNCTION IN 3rd SHEET TO LOOK_UP ARRAY IN 2 SHEETS

    To Lookin Sheet1

    =IFERROR(VLOOKUP(A2,Sheet1!A:C,3,FALSE),"")

    To Lookin Sheet2

    =IFERROR(VLOOKUP(A2,Sheet2!A:C,3,FALSE),"")

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. LOOKUP Array & Index Function (Search data across multiple sheets)
    By dizzle in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-02-2013, 09:26 AM
  2. Dynamic array, info one sheet to another based on criteria then macro to print sheets
    By jmendenhall22 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-22-2013, 10:25 AM
  3. [SOLVED] I want to create a formula in one sheet, that will function as a formula in other sheets
    By johnw993 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-06-2013, 07:07 PM
  4. Duplicate look_up values in VLOOKUP
    By SamuelT in forum Excel General
    Replies: 1
    Last Post: 02-09-2006, 07:06 AM
  5. Duplicate look_up values in VLOOKUP
    By SamuelT in forum Excel General
    Replies: 0
    Last Post: 02-07-2006, 09:26 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1