+ Reply to Thread
Results 1 to 6 of 6

Need Looking up Farmula or Function

  1. #1
    Registered User
    Join Date
    03-30-2013
    Location
    Saudiarabia
    MS-Off Ver
    Excel 2003
    Posts
    4

    Need Looking up Farmula or Function

    Asslam o Alaikom,

    I wants b16 look up in column A of sheet invoice summary and

    g16, i16, k16, m16 look up from column E of sheet invoice summary


    Please help me

    Thanks
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor Harribone's Avatar
    Join Date
    02-24-2013
    Location
    Midlands, UK
    MS-Off Ver
    Excel 2019/365
    Posts
    570

    Re: Need Looking up Farmula or Function

    On the 'INVOICE SUMMARY SHEET' Insert 2 columns in between A and B (between SITE ID and MODEL). Call them '1/2/3/4' and 'JOIN'.

    If the SITE ID refers to the '1st inv' type 1 into '1/2/3/4', if it refers to the '2nd inv' type 2 etc.
    In the JOIN column type into C6 =A6&B6 and drag down. This puts the SITE ID and 1/2/3/4 together as one string (used to search in VLOOKUP below).

    Now on the 'SITEWISE CLOSING' tab type the below formulas:

    G16
    =IFERROR(VLOOKUP($B16&1,'INVOICE SUMMARY'!$C:$G,5,0),"")
    I16
    =IFERROR(VLOOKUP($B16&2,'INVOICE SUMMARY'!$C:$G,5,0),"")
    K16
    =IFERROR(VLOOKUP($B16&3,'INVOICE SUMMARY'!$C:$G,5,0),"")
    M16
    =IFERROR(VLOOKUP($B16&4,'INVOICE SUMMARY'!$C:$G,5,0),"")

    These can be dragged up/down to populate the rest.
    Say thanks, click *

  3. #3
    Registered User
    Join Date
    03-30-2013
    Location
    Saudiarabia
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Need Looking up Farmula or Function

    Thank you Very Much

  4. #4
    Valued Forum Contributor Harribone's Avatar
    Join Date
    02-24-2013
    Location
    Midlands, UK
    MS-Off Ver
    Excel 2019/365
    Posts
    570

    Re: Need Looking up Farmula or Function

    Not a problem! That's what we are here for.

    Please take the time to mark this thread as SOLVED by using the Thread Tools at the top of the page

  5. #5
    Registered User
    Join Date
    03-30-2013
    Location
    Saudiarabia
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Need Looking up Farmula or Function

    I am sorry that I have not found any tool box because I am a new user. can you tell me where is tool box.

  6. #6
    Registered User
    Join Date
    03-30-2013
    Location
    Saudiarabia
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Need Looking up Farmula or Function

    Thak you sir, I found that

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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