+ Reply to Thread
Results 1 to 2 of 2

Custom Validation

  1. #1
    kalz
    Guest

    Custom Validation

    my validation criterias for the cell are:
    input must be divisble to 4 and larger than 100

    I can only use = Mod(A1, 4)=0 , but not able to set the 2nd criteria in one
    cell.
    Would anyone know the way to fulfill both?
    thx!

  2. #2
    Peo Sjoblom
    Guest

    Re: Custom Validation

    =AND(MOD(A1,4)=0,A1>100)

    --
    Regards,

    Peo Sjoblom

    (No private emails please, for everyone's
    benefit keep the discussion in the newsgroup/forum)



    "kalz" <[email protected]> wrote in message
    news:[email protected]...
    > my validation criterias for the cell are:
    > input must be divisble to 4 and larger than 100
    >
    > I can only use = Mod(A1, 4)=0 , but not able to set the 2nd criteria in
    > one
    > cell.
    > Would anyone know the way to fulfill both?
    > thx!




+ 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