+ Reply to Thread
Results 1 to 5 of 5

Data Validation--List references being replaced

  1. #1
    Registered User
    Join Date
    11-06-2019
    Location
    Jerusalem
    MS-Off Ver
    2016
    Posts
    3

    Data Validation--List references being replaced

    Hi--this is my first post. If I've posted on the wrong forum, please accept my apologies.

    I'm having a problem with data validation using a list. As follows:

    1) General: Excel 2016 and only one computer (so not an issue of different versions/ computers)
    2) No VBA or other programming. I'm using the straight Excel options. I'm afraid of VBA.
    3) My file is a quite large budget file and requires that the user select categories for each revenue and expense line item entered. It's set up as follows:
    (a) Data page, containing all of the lists used in my data validation dropdowns (e.g. expense category/ project/ currency)
    (b) Input pages for revenues, special programs, general expenses, etc. All of the input pages pull from the same data page
    (c) Each data validation list is used multiple times. For example, on the income page, I've copied the "project" dropdown box (referencing the list of projects), onto all of the rows of the schedule. On the expense and special programs pages, I've copied the "expense category" dropdown box (referencing the list of expense categories) onto the onto all rows of the schedules on all of the pages.
    4) What is happening is that the dropdown lists are self-corrupting and are converting from a list referencing the Data page into a list referencing the same cell references but on that specific input page. For example, the data validation list reference will start out =Assumptions!$A$65:$A$86. I close the file. I open it up again and the reference has magically morphed to =$A$65:$A$86, that is, the same cell references, but on the same page.


    If someone can tell me how to fix this; I've never had this happen before, I would be very grateful! In addition, I'm going to have to convert this file to Google Sheets (client prefers it ) so any setup suggestions that will help my lists survive the move would be great.

    Thank you!

  2. #2
    Forum Contributor
    Join Date
    11-05-2019
    Location
    Tiki Island, TX
    MS-Off Ver
    Office 365
    Posts
    168

    Re: Data Validation--List references being replaced

    Try making the validation list a named range. Then use the ranged name when setting up the validation dropdown lists. That may solve the problem.

  3. #3
    Registered User
    Join Date
    11-06-2019
    Location
    Jerusalem
    MS-Off Ver
    2016
    Posts
    3

    Re: Data Validation--List references being replaced

    Thanks! I tried that--hopefully the fix will hold.

  4. #4
    Forum Contributor
    Join Date
    10-30-2019
    Location
    Bistrita, Romania
    MS-Off Ver
    2019; 365
    Posts
    231

    Re: Data Validation--List references being replaced

    If it doesn't hold or if you need to add values at the end of that data validation list, you can always convert it to a Table (select, press CTRL+T) and when you add something at the end of the list it will be automatically included in the Table and, thus, also in the data validation list, which will therefore be dynamic.

    All you need to do is create the data validation with the list formula like: =INDIRECT("Table3[TITLE]")

    Of course you will have to change Table3 to your table name and TITLE to the name of the column in that table.

  5. #5
    Registered User
    Join Date
    11-06-2019
    Location
    Jerusalem
    MS-Off Ver
    2016
    Posts
    3

    Re: Data Validation--List references being replaced

    I actually found that suggestion in another thread and have given it a shot. But I didn't know the CTRL+T shortcut--thank you!

    I do love my keyboard shortcuts.

+ 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] VBA to Prevent Data Entry in Cell with Data Validation List - Two Criteria Validation
    By AliGW in forum Excel Programming / VBA / Macros
    Replies: 21
    Last Post: 05-25-2019, 11:48 AM
  2. Replies: 1
    Last Post: 01-14-2018, 11:04 AM
  3. [SOLVED] Data Validation: How to clear/delete the content of the cell and not Data Validation List?
    By lukelucky in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-07-2015, 09:42 AM
  4. Replies: 4
    Last Post: 12-19-2013, 10:44 AM
  5. [SOLVED] Formula that references different tabs according to a data validation field?
    By Rizzu in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-27-2012, 06:27 PM
  6. Excel 2007 : Data Validation with multiple references
    By DataOrgaizer in forum Excel General
    Replies: 7
    Last Post: 07-03-2012, 01:36 PM
  7. Replies: 3
    Last Post: 04-11-2011, 05:52 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