+ Reply to Thread
Results 1 to 2 of 2

If statement with cell validation

  1. #1
    Hank
    Guest

    If statement with cell validation

    I have cell validation in cells E11, E12, & E13.

    I would like to make this if statement --- if E11 = "None" then E12 and
    E13 default to "N/A". Possibly there is a better method than an "if
    statement".

    Can this be done (and how) and keep the current cell validation?
    Thanks



  2. #2
    Bob Phillips
    Guest

    Re: If statement with cell validation

    Can't default them to N/A that I know of, but you can force input of N/A
    with a formula of

    =AND($E$11="None", E12="N/A") in E12

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Hank" <[email protected]> wrote in message
    news:[email protected]...
    > I have cell validation in cells E11, E12, & E13.
    >
    > I would like to make this if statement --- if E11 = "None" then E12 and
    > E13 default to "N/A". Possibly there is a better method than an "if
    > statement".
    >
    > Can this be done (and how) and keep the current cell validation?
    > Thanks
    >
    >




+ 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