+ Reply to Thread
Results 1 to 12 of 12

Dificulties to manage VLOOKUP

  1. #1
    Registered User
    Join Date
    08-20-2016
    Location
    Angola
    MS-Off Ver
    2010
    Posts
    22

    Dificulties to manage VLOOKUP

    Good afternoon Gents

    On the moment I’m working in a file and I’m struggling to manage VLOOKUP.
    I’ve tried many times but the result is always #N/A.
    Basically the file has three sheets:
    - Operation list – is the data base sheet
    - Piping System – the report that I want to fill with the data extracted from data base
    - Cooling System – the report that I want to fill with the data extracted from data base

    The “Piping System sheet” should:
    - only show the data in which the lookup value [PIPING SYSTEM Module-1] on the data base sheet appears on columns N, O and P.
    - has all info from column B to column M,

    Please consider the attached file.

    Can you please help me to figure out how can I fill each one of those reports with the right info?

    My regards
    Attached Files Attached Files

  2. #2
    Forum Expert WideBoyDixon's Avatar
    Join Date
    10-03-2016
    Location
    Sheffield, UK
    MS-Off Ver
    365
    Posts
    2,182

    Re: Dificulties to manage VLOOKUP

    So I used a helper column in column N. In N3 I put this formula:

    Please Login or Register  to view this content.
    Then I hid column N. In B3 I put:

    Please Login or Register  to view this content.
    Which I then copied across and down. Finally, I changed column M to be formatted as a date. See attached for my output.

    WBD
    Attached Files Attached Files
    Office 365 on Windows 11, looking for rep!

  3. #3
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: Dificulties to manage VLOOKUP

    Administrative Note:

    Welcome to the forum.

    We would very much like to help you with your query, however it has been brought to our attention that the same query has been posted on one or more other forums and you have not provided the required cross-post link(s) here.

    Please see Forum Rule #3 about cross-posting and adjust accordingly. Read this to understand why we (and other sites like us) consider this to be important.

    Note: As you are new I will add it for you.Please read forum rules which you might have missed

    https://www.mrexcel.com/board/thread...ookup.1126363/

  4. #4
    Registered User
    Join Date
    08-20-2016
    Location
    Angola
    MS-Off Ver
    2010
    Posts
    22

    Re: Dificulties to manage VLOOKUP

    Good morning

    Yes, you are right.
    I will not do it again.

    The link that I've missed to post is:

    www .mrexcel.com/board/threads/dificulties-to-manage-vlookup.1126363/

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Dificulties to manage VLOOKUP

    Thanks for the link

    I used a simpler approach but also used a helper (column Q in Op list - move it elsewhere or hide if needed)
    Q2=COUNTIF($N$2:P2,"PIPING SYSTEM Module-1")
    copied down. This will give a count, across all 3 columns, of your search criteria

    Then to pull your data...
    B3=INDEX('Operation List'!$B:$B,MATCH('Piping System'!$A3,'Operation List'!$Q:$Q,0))
    copied down and across as needed - adjust formatting to suite
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  6. #6
    Registered User
    Join Date
    08-20-2016
    Location
    Angola
    MS-Off Ver
    2010
    Posts
    22

    Re: Dificulties to manage VLOOKUP

    Hello

    Thank you.
    It works.
    However I can't do it for the second sheet: COOLING SYSTEM Module-1
    How do i do it?

    My master file has 20 sheets.
    Thus i do i do for each one of those sheets?

  7. #7
    Forum Expert WideBoyDixon's Avatar
    Join Date
    10-03-2016
    Location
    Sheffield, UK
    MS-Off Ver
    365
    Posts
    2,182

    Re: Dificulties to manage VLOOKUP

    See attached. You can copy any of the report sheets and put a new value into N1 to generate the report as necessary. When you're done, you can hide column N on the appropriate sheets.

    WBD
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    08-20-2016
    Location
    Angola
    MS-Off Ver
    2010
    Posts
    22

    Re: Dificulties to manage VLOOKUP

    Hello. Finally is working. Thank you for your good support. Appreciated

  9. #9
    Registered User
    Join Date
    08-20-2016
    Location
    Angola
    MS-Off Ver
    2010
    Posts
    22

    Re: Dificulties to manage VLOOKUP

    Hello WideBoxDixon

    Yesterday I've managed to do all changes in my file as per your file example.
    The changes made the file to work as i would like and based on that I've said the "finally isa workin".

    Today morning when i opned the file nothing was working.
    Instead of use column N I've dicided to usecell G1.
    Can you please assit due my knowledge shortage?

    Please find my file attached.

    Regards
    Attached Files Attached Files
    Last edited by Manuel Ferreira; 03-06-2020 at 09:20 AM. Reason: To add a file

  10. #10
    Forum Expert WideBoyDixon's Avatar
    Join Date
    10-03-2016
    Location
    Sheffield, UK
    MS-Off Ver
    365
    Posts
    2,182

    Re: Dificulties to manage VLOOKUP

    I believe the problem is the last line of data on "Operation List" sheet which is a line of #N/A - that will prevent the formulas from working. I suggest you delete that line of data and wait a while ...

    WBD

  11. #11
    Registered User
    Join Date
    08-20-2016
    Location
    Angola
    MS-Off Ver
    2010
    Posts
    22

    Re: Dificulties to manage VLOOKUP

    Hello WideBoxDixon

    I've deleted as per your sugestion and also I've deleted line 1500 in which it is written the word END.
    Now the info is on each sheet but still has some problem somewhere which doesn't alloud to get accurated info.
    What do you recomend me to do?

    Regards

  12. #12
    Registered User
    Join Date
    08-20-2016
    Location
    Angola
    MS-Off Ver
    2010
    Posts
    22

    Re: Dificulties to manage VLOOKUP

    Hello.
    Finally is working.
    Thank you for your good support.
    Appreciated

+ 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. [SOLVED] How to manage stocks
    By ESTHER MLINGE in forum Excel General
    Replies: 4
    Last Post: 01-14-2017, 08:43 AM
  2. Manage documents
    By Goodstart14 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-09-2014, 05:24 PM
  3. [SOLVED] vlookup or index match, to manage quantity?
    By raffi123 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-14-2013, 06:09 PM
  4. [SOLVED] Trouble Mixing IF & Vlookup to help manage inventory
    By BearsBikes in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-03-2013, 06:47 PM
  5. Help to manage a formula ..
    By dashamir.marini in forum Excel General
    Replies: 1
    Last Post: 11-11-2011, 02:34 PM
  6. Vlookup Question-how do I manage the Vlookup?
    By athard in forum Excel General
    Replies: 5
    Last Post: 12-31-2009, 06:04 AM
  7. How would you manage these dates?
    By JMF in forum Excel General
    Replies: 2
    Last Post: 03-28-2006, 10:30 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