+ Reply to Thread
Results 1 to 6 of 6

Auto Populate cells based on Drop-down selection

  1. #1
    Registered User
    Join Date
    07-10-2014
    Location
    california
    MS-Off Ver
    2013
    Posts
    2

    Auto Populate cells based on Drop-down selection

    Hello,

    I am trying to auto populate columns with a percentage value based on a drop down box selection in the adjacent cell. For example, when a user selects "Procurement", "Won", "Quote" etc. in the Status column, I would like the Confidence column to automatically populate with it's corresponding percentage, 10%, 50%, etc. and I would like to have this set to automatically happen when the Status column option is populated for all remaining cells in the confidence column... Is this possible using formulas? Or would it need to be done with VB? I have searched other posts and tried suggestions but non of those solutions are working for me. I have attached a copy of the file I am working with. ANY help or point in the right direction would be greatly appreciated, I am totally stuck.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    04-22-2014
    Location
    Auckland, New Zealand
    MS-Off Ver
    Office 365 (work) and Excel 2013 (home)
    Posts
    1,167

    Re: Auto Populate cells based on Drop-down selection

    Try either of these in F2 and copied down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by gak67; 07-10-2014 at 10:11 PM.
    Please add reputation by clicking on the * if I have helped.
    Please mark the thread SOLVED if your issue has been resolved.
    Thanks, Glenn.

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

    Re: Auto Populate cells based on Drop-down selection

    =IFERROR(VLOOKUP(A1,Draft!$E$2:$F$20,2,FALSE),"")

  4. #4
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2404 Win 11 Home 64 Bit
    Posts
    23,857

    Re: Auto Populate cells based on Drop-down selection

    In F2, type =VLOOKUP(E2,Definitions!$A$1:$B$6,2,FALSE) and copy down.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  5. #5
    Registered User
    Join Date
    07-10-2014
    Location
    california
    MS-Off Ver
    2013
    Posts
    2

    Re: Auto Populate cells based on Drop-down selection

    gak67,

    Thank you so much -if you have a moment, I am curious to understand just how the above statement(s) actually works?

  6. #6
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2404 Win 11 Home 64 Bit
    Posts
    23,857

    Re: Auto Populate cells based on Drop-down selection


+ 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. Replies: 6
    Last Post: 01-02-2014, 10:38 AM
  2. drop down selection to auto populate multiple cells
    By chika90 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-03-2013, 10:08 AM
  3. Auto-populate field based on drop down box selection
    By nicfarrell in forum Excel General
    Replies: 7
    Last Post: 01-21-2013, 12:47 AM
  4. Auto-Populate Data Entry Format Based on Drop Down Selection. Macro?
    By pro10is4life in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-07-2013, 01:16 AM
  5. [SOLVED] Auto populate several cells based on a selection from drop down li
    By Sheldon in forum Excel General
    Replies: 3
    Last Post: 01-13-2006, 04:30 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