+ Reply to Thread
Results 1 to 3 of 3

I need to show the text value of a cell base from the selected data on the dropdown list

  1. #1
    Registered User
    Join Date
    03-11-2014
    Location
    manila,philippines
    MS-Off Ver
    Excel 2010
    Posts
    39

    I need to show the text value of a cell base from the selected data on the dropdown list

    Hi!

    I got this drop down list which shows the account number my problem is when a select a account number it must show in the next column the name of that account number for example if a select account number 110000 it must show in the sundries column Assets.

    Please help. WorkBook1.xlsxWorkBook1.xlsx

  2. #2
    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,926

    Re: I need to show the text value of a cell base from the selected data on the dropdown li

    Try this, copied down...
    =IF(O8="","",VLOOKUP(O8,COA!$A$2:$B$179,2,0))
    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

  3. #3
    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,926

    Re: I need to show the text value of a cell base from the selected data on the dropdown li

    Thanks for the feedback

+ 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] Macro to jump to a cell that matches the text selected from a dropdown list.
    By agalvan in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-24-2014, 06:28 PM
  2. Clear cell contents based on value selected in a dropdown list
    By dpleventhal in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-01-2013, 04:45 PM
  3. Validation List to Show when the cell is selected
    By Vinodv in forum Excel General
    Replies: 0
    Last Post: 07-30-2013, 05:04 AM
  4. Replies: 2
    Last Post: 07-08-2012, 04:46 AM
  5. Replies: 6
    Last Post: 07-17-2009, 01:35 PM

Tags for this Thread

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