+ Reply to Thread
Results 1 to 7 of 7

Populate a cell from data matched from 3 other worksheets

  1. #1
    Registered User
    Join Date
    03-14-2009
    Location
    Augusta, Georgia
    MS-Off Ver
    Excel 2003
    Posts
    6

    Talking Populate a cell from data matched from 3 other worksheets

    I was able to use the IF function to match all of the sells in each work sheet but have been unable to figure out how to pull the SYSTEM# from each MASTER into the inventory sheet matching the CCSD row D.

    I was able to figure out how to add the IF function to the individual worksheets but I have no idea what function would pull the SYSTEM# from the matching MASTER worksheet.

    I'm attaching working document I have so far I was able to use the count function to add up quantities and the conditional format to set up the formats.

    Any ideas?
    Attached Files Attached Files
    Last edited by DWAYNE64; 03-16-2009 at 09:12 PM. Reason: Problem solved!!!!

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Populate a cell from data matched from 3 other worksheets

    Put this MONSTER into D3 on your first sheet and copy it down:

    =IF(ISNUMBER(MATCH(C3,MASTER!E:E,0)),INDEX(MASTER!B:B,MATCH(C3,MASTER!E:E,0)),IF(ISNUMBER(MATCH(C3,'MASTER 2'!G:G,0)),INDEX('MASTER 2'!B:B,MATCH(C3,'MASTER 2'!G:G,0)),IF(ISNUMBER(MATCH(C3,'MASTER 3'!J:J,0)),INDEX('MASTER 3'!B:B,MATCH(C3,'MASTER 3'!J:J,0)),"no match")))
    Last edited by JBeaucaire; 03-16-2009 at 08:32 PM.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    03-14-2009
    Location
    Augusta, Georgia
    MS-Off Ver
    Excel 2003
    Posts
    6

    Talking Re: Populate a cell from data matched from 3 other worksheets

    That did the trick, I would have never figured that one out!

    I kept trying to use other functions to pull in the info from other cells, it will be interesting to try and work it on the other larger document, it has about 8 worksheets. If I can get it to link, this will cut my work on the monthly scrub by 3/4!

    Now with all the extra time I can actually get my head above water the rest of the week!


    Thank you so much!!!

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Populate a cell from data matched from 3 other worksheets

    You're on Excel 2003, so you're out of luck on the 7th IF statement, that's as deep as it goes. You'll need another approach after that.

  5. #5
    Registered User
    Join Date
    03-05-2009
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Populate a cell from data matched from 3 other worksheets

    Hi All,

    I am aiming to do the same thing, can you look at mine please.

    I need to match category and description on the movement sheet and then subtract the total from the Jan stock sheet. I am using excel 2007.

    Thanks in advance

    Mart
    Attached Files Attached Files

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Populate a cell from data matched from 3 other worksheets

    Sikki, you really should use other people's threads as source material to try and solve yourself. Post your own question in a thread of its own is the preferred approach.

    You need to provide a "starting count" in your January sheet. The February sheet would most likely start with the final stock from January plus any new received stock.

    Have a look at this which uses SUMPRODUCT to accomplish your stock control. As you can see, this is nothing like this post/thread at all.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    03-05-2009
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Populate a cell from data matched from 3 other worksheets

    Cheers JBeaucaire, I will post properly in future ;-)

+ 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