Consulting

Results 1 to 4 of 4

Thread: Data Validation C2*D2 = E2

  1. #1

    Data Validation C2*D2 = E2

    Hi,

    I would like to apply Data Validation on column E.
    This criterion is C1*D1 = E1
    Eg, if C1 = 10 AND D2 = 1, then E1 can be 20 only

    How can I do that?

    Thanks

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Exactly as written, apply that formula to Data Validation

    =C1*D1=E1
    Last edited by Bob Phillips; 03-28-2011 at 09:40 AM.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    VBAX Mentor
    Joined
    Aug 2008
    Posts
    323
    Location
    In the Custom Formula Enter the

    =E2=C2*D2
    That should work
    I am a Newbie, soon to be a Guru

  4. #4
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Quote Originally Posted by xld
    Exactly as written, apply that formula to Data Validation

    =C1*D1=E1
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •