+ Reply to Thread
Results 1 to 14 of 14

Finding values in table A and transfering them to table B

  1. #1
    Registered User
    Join Date
    10-28-2013
    Location
    Oslo, Norway
    MS-Off Ver
    Excel 2003
    Posts
    11

    Finding values in table A and transfering them to table B

    I have this list of companies (about 50) in one work sheet. If a certain company has sales or costs it will appear under the company name, as either Products, Installation or Freight.

    What formula should I use the find the installation that belongs to that certain company? And not all companies has a line that say installation.

    Please see attachment for example.Example.pdfExample.pdf

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Finding values in table A and transfering them to table B

    Hi and welcome to the forum.

    Be sure that best way to describe your problem is to upload a sample workbook.

    Be sure that all sensitive data removed, showing what data you are working with, a few examples of what your expected outcome is, and how you arrived at that.

    To attach a small sample workbook.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: Finding values in table A and transfering them to table B

    Pl see attached file with ARRAY formula.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    10-28-2013
    Location
    Oslo, Norway
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Finding values in table A and transfering them to table B

    Than you kvsrinivasamurthy. But it is not serain that each company will have freight either, so I guess this mught be an impossible case to solve..

  5. #5
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: Finding values in table A and transfering them to table B

    Does as all the company names are available in the same order.

  6. #6
    Registered User
    Join Date
    10-28-2013
    Location
    Oslo, Norway
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Finding values in table A and transfering them to table B

    What do you mean, same order?

    They are lined up like this:

    10001 Company xxx
    10002 Company yyy
    10003 Company qqq
    10004 Company rrr
    10005 Compnay bbb
    ................ etc

  7. #7
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: Finding values in table A and transfering them to table B

    Same order of all companies in Table A and Table B, Without missing any names.

  8. #8
    Registered User
    Join Date
    10-28-2013
    Location
    Oslo, Norway
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Finding values in table A and transfering them to table B

    yes, same order i both tables.

  9. #9
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: Finding values in table A and transfering them to table B

    Pl see the attached file.
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    10-28-2013
    Location
    Oslo, Norway
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Finding values in table A and transfering them to table B

    Than you. I have now used the formula in your excel sheet, but instead of getting the value for installation ("Installasjon" in the attached example), it finds the value above. I'm not really sure what I am doing wrong.
    Attached Files Attached Files

  11. #11
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: Finding values in table A and transfering them to table B

    Pl see the corrected formula in attached file.
    Attached Files Attached Files

  12. #12
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,367

    Re: Finding values in table A and transfering them to table B

    Different Approach
    =IF(D2="10000 cccccccccccc",VLOOKUP($E$1,$A$2:$B$16,2,FALSE),IF(D2="10200 xxx",VLOOKUP($E$1,$A$18:$B$38,2,FALSE),IF(D2="10300 ssssss",VLOOKUP($E$1,$A$40:$B$61,2,FALSE),IF(D2="10400 Jvvvvvvvvv",VLOOKUP($E$1,$A$63:$B$82,2,FALSE)))))

    Azumi
    Attached Files Attached Files

  13. #13
    Registered User
    Join Date
    10-28-2013
    Location
    Oslo, Norway
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Finding values in table A and transfering them to table B

    Thank you very much kvsrinivasamurthy and azumi. This has helped me a lot!!

  14. #14
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: Finding values in table A and transfering them to table B

    Thanks for the feed back.Pl mark the thread SOLVED.

+ 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. Help with finding values in table
    By LadyRogue in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-09-2013, 11:47 PM
  2. Finding Minimum values for a table using another table
    By rjp14 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-18-2012, 03:25 PM
  3. [SOLVED] Finding a value in a table with 2 known values
    By Loxcel in forum Excel General
    Replies: 4
    Last Post: 10-09-2012, 01:36 PM
  4. Replies: 5
    Last Post: 02-27-2012, 07:29 PM
  5. Finding most recurring values in a table
    By Wrathchild in forum Excel General
    Replies: 1
    Last Post: 05-13-2009, 01:12 PM

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