+ Reply to Thread
Results 1 to 10 of 10

Thread: Reading Info

  1. #1
    Registered User
    Join Date
    03-10-2010
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    8

    Reading Info

    Hello

    First can i say that this forum is great and has helped me a lot.

    My problem:

    I work in purchasing and one of my tasks is to find out which parts i need each week.

    The current way of doing this is to get the parent number (from a spreadsheet), and look individually from the system to get the parts inside and find the supplier. Its the latter which I need to sort out (Finding the supplier).

    At my old employer we read this information from the system but here is a lot more strict and wont allow us access.

    Is there a way to enter the part number into a column and it automatically pick up the supplier? Would i need a master list of all parts and suppliers for this?

    any help would be great (or if you need me to explain better)

  2. #2
    Forum Moderator teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    2003 & 2010
    Posts
    10,042

    Re: Reading Info

    Would i need a master list of all parts and suppliers for this?
    Yes. After that it's a simple Vlookup or Index/Match, depending on your data structure.
    teylyn
    Microsoft MVP - Excel
    At Excelforum, you can say "Thank you!" by clicking the icon below the post.

    Avoid pie charts with more than two data points. Why? See here (pdf, 559 kb). The only acceptable pie chart is here.

  3. #3
    Registered User
    Join Date
    03-10-2010
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Reading Info

    Thank you

    i thought that may be the case

    i have now exported all the info into tab 2. Is there a vlookup tutorial or anythin anywhere?

  4. #4
    Forum Moderator shg's Avatar
    Join Date
    06-21-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2007
    Posts
    25,131
    Microsoft MVP - Excel
    Entia non sunt multiplicanda sine necessitate

  5. #5
    Registered User
    Join Date
    03-10-2010
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Reading Info

    Thanks

    I havent used excel for approx 2 years so I am rusty to say the least.

    I am trying to get the value to "" when an error has occured (IE: there is nothing to read)

    What is the problem with?

    IF(ISERROR($B2,FPL!$A$2:$Z$9999,8,FALSE),"",$B2,FPL!$A$2:$Z$9999,8,FALSE)

  6. #6
    Forum Guru martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    10,477

    Re: Reading Info

    you have missed out the vlookup part
    IF(ISERROR(vlookup($B2,FPL!$A$2:$Z$9999,8,FALSE)),"",vlookup($B2,FPL!$A$2:$Z$9999,8,FALSE))
    Mojito connoisseur and a dabbler in Cisco
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  7. #7
    Registered User
    Join Date
    03-10-2010
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Reading Info

    ^ sorry

    I have formulas running around my head

    Surely a simple tab change should be the same. I get an error ' inconsistent formula' for teh following:


    =IF(ISERROR(VLOOKUP($B2,Data!$A$1:$AK$55555,2,FALSE)),"",VLOOKUP($B2,Data!$A$1:$AK$55555,2,FALSE))

    Its not the ISerror as it doesnt work without it neither!



    The only difference is the tab from 'FPL! to Data! & the column numbers.

    This one is literally driving me nuts because i can see no reason for it not to work
    Last edited by Injury Finger; 03-19-2010 at 01:07 PM. Reason: added info

  8. #8
    Forum Guru martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    10,477

    Re: Reading Info

    =IF(ISERROR(VLOOKUP($B2,data!$A$1:$AK$55555,2,FALSE)),"",VLOOKUP($B2,data!$A$1:$AK$55555,2,FALSE)) works fine for me
    Mojito connoisseur and a dabbler in Cisco
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  9. #9
    Forum Moderator teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    2003 & 2010
    Posts
    10,042

    Re: Reading Info

    I get an error ' inconsistent formula' for teh following:
    this is just a warning from Excel that the formula is not the same as in the surrounding cells. As long as you get the expected result in the cell, ignore the warning.
    teylyn
    Microsoft MVP - Excel
    At Excelforum, you can say "Thank you!" by clicking the icon below the post.

    Avoid pie charts with more than two data points. Why? See here (pdf, 559 kb). The only acceptable pie chart is here.

  10. #10
    Forum Guru martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    10,477

    Re: Reading Info

    ah ive turned of error checking on my 2003! so to get rid of that message you can :-On the Tools menu, click Options, and then click the Error Checking tab.
    Select or clear the check box for the options you want
    Mojito connoisseur and a dabbler in Cisco
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

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.2.0