+ Reply to Thread
Results 1 to 3 of 3

Displying Blank Cell in Dependent List

  1. #1
    Registered User
    Join Date
    05-23-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    42

    Unhappy Displying Blank Cell in Dependent List

    Dear All,

    I currently created a dependent list in excel, using data validation. There are three columns that are depedent on each other (state, division, and branch location). In A2 you select a state from the dropdown menu. Based on this result, you then select in B2 which company division you want in that particualr state from another dropdown. Lastly, in C2 you select the address of the division based on the results of B2.

    My problem arises when you change the information in A2. For example, if the orignially inputted state in A2 was California, B2 and C2 would display the correct information. However, if you were to change the information in A2 to Arizona, the information displayed in B2 and C2 is still from California.

    How can I make those cells be blank after A2 is changed?

    Sajan

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

    Re: Displying Blank Cell in Dependent List

    One way is to use conditional formatting in B2, such that if B2 is not one of the allowed values depending on the choice in A2 then it gets highlighted - the formatting could be white on white so that it would appear blank, but personally I would prefer to change the background to red, say, so that it stands out as needing to be changed. The same approach could be taken with C2.

    It should be noted though that other formulae in the workbook which use the values in A2:C2 might return errors if the values are invalid, and so you may need to adjust those to show blanks (e.g. using IFERROR).

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    05-23-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    42

    Re: Displying Blank Cell in Dependent List

    I never thought of this solution. I will try it out, thanks Pete!

+ 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