+ Reply to Thread
Results 1 to 3 of 3

Setting default validation depending on another cell criteria

  1. #1
    Forum Contributor
    Join Date
    03-30-2007
    Location
    London, UK
    MS-Off Ver
    Microsoft Office 2007
    Posts
    317

    Smile Setting default validation depending on another cell criteria

    Hi Guys,

    I have a list validation for a column of cells with the options of "Yes","No" & "Pending".

    Is it possible to set the default validation to "Pending" if say cell A2 was not blank?

    Thanks.
    Best Regards.

    Michael
    -----------------------------------
    Windows Vista, Microsoft Office 2007

  2. #2
    Forum Contributor
    Join Date
    10-27-2006
    Location
    United Kingdom
    MS-Off Ver
    EXCEL 2003 (2007 at home)
    Posts
    517
    I think I've got something at least close to what you want.
    in the Validation Allow: drop down box choose "List"

    then in source: type in
    =IF(ISBLANK($A$2),$A$3,$A$3:$C$3)

    Set A3 to "Pending", B3 to "Yes", C3 to "No"
    (obviously choose 3 convenient adjacent cells to suit your spreadsheet and change the formula appropriately).

    Mark.

  3. #3
    Forum Contributor
    Join Date
    03-30-2007
    Location
    London, UK
    MS-Off Ver
    Microsoft Office 2007
    Posts
    317

    Smile

    Hi Mark,

    Thanks for your help this kinda works but I wanted to know if it populate itself but I am guessing that is impossible?

+ 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