+ Reply to Thread
Results 1 to 6 of 6

Drop-down lists - circular reference

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    05-16-2010
    Location
    UK
    MS-Off Ver
    2003 and 2007
    Posts
    252

    Re: Drop-down lists - circular reference

    The Data Validation List method will not update the corresponding cell value automatically. If you change the value in either cell E4 or F4 manually, the validation list dropdown in the other cell will have the single corresponding Account Code or Description and you will have to select this single value from the list to populate the cell.

    If you delete either of the cell values you will see the full list in the other cell.

    VBA code should update the corresponding cell value automatically.

    EDIT:

    Just incase I am over complicating things... is there any other way of giving the user the option to either enter in a code or select from a drop down list to give the same result?
    I would probably use the Worksheet Change event approach with the following Data Validation lists:

    Cell E4: Data Validation - List - Source:

    =GL_Account_Code

    Cell F4: Data Validation - List - Source:

    =GL_Account_Description
    Last edited by pb71; 07-25-2010 at 06:14 PM.

+ Reply to Thread

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.6.0 RC 1