+ Reply to Thread
Results 1 to 4 of 4

Excel 2016 Vlookup issue with dropdown

  1. #1
    Registered User
    Join Date
    12-08-2020
    Location
    ireland
    MS-Off Ver
    2016
    Posts
    2

    Excel 2016 Vlookup issue with dropdown

    Guys

    basically I'm putting together a risk matrix in excel. the user selects "Probability" and "Impact" values from 2 dropdowns on the Risks& Issues sheet and I need to have the RAG value calculated based on the combination of P & I.

    The drop down values for P & I are taken from lists on a second sheet called Matrix beside each is a value between 1 & 5. these values are used to calculate a "Risk Total" or RAG rating

    User selects values from dropdowns on "Risk & Issues Probability column" and also Risk & Issues Impact Column". "Risk & Issues RAG Column then looks to the Matrix sheet and caries out a simple multiplication based on values in column C.

    As you can see if I put the VLookup on the Matrix sheet the calculation in G2 works as expected. but as soon as I try to calculate that RAG rating on the RISKS & Issues sheet its not calculating. I think the issue is around the col_Index_Num in my formula, I cant seem to get it to look to the MATRIX sheet.

    Hope that explanation makes sense.



    any help would be appreciated.
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,765

    Re: Excel 2016 Vlookup issue with dropdown

    You've changed the ranges in the VLOOKUP in H4 on the Risks&Issues sheet. Try this instead:

    =IFERROR(VLOOKUP($F4,Matrix!$B$2:$C$6,2,0)*VLOOKUP($G4,Matrix!$B$7:$C$11,2,0),"not match")

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    12-08-2020
    Location
    ireland
    MS-Off Ver
    2016
    Posts
    2

    Re: Excel 2016 Vlookup issue with dropdown

    Pete

    cheers that seems to have worked and I can copy it all the way down. All I need to do now is add a Conditional format and I'm sorted. much appreciated. I've been at that for over an hour LOL

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,765

    Re: Excel 2016 Vlookup issue with dropdown

    Glad to help.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    Also, since you are relatively new to the forum, you might like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ 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. Excel 2016 - Password Protection Issue
    By SiriusProjects in forum Excel General
    Replies: 9
    Last Post: 05-30-2018, 08:41 AM
  2. [SOLVED] Excel 2016 issue with ExecuteExcel4Macro?
    By kuno in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-04-2017, 09:29 AM
  3. Excel 2016 Autosave issue
    By Grenpara in forum Excel General
    Replies: 2
    Last Post: 09-30-2017, 04:14 AM
  4. [SOLVED] Dropdown List and Vlookup issue
    By aksb in forum Excel General
    Replies: 4
    Last Post: 09-29-2017, 08:34 AM
  5. [SOLVED] Issue send email with excel 2016 true outlook 2016
    By kirana2014 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 09-12-2017, 11:34 AM
  6. Replies: 0
    Last Post: 12-01-2016, 05:26 PM
  7. [SOLVED] Hyperlinks, dropdown and vlookup issue
    By mawk in forum Excel General
    Replies: 5
    Last Post: 08-08-2012, 09:51 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