+ Reply to Thread
Results 1 to 2 of 2

Larger Numbers!!!

  1. #1
    Registered User
    Join Date
    04-26-2005
    Posts
    43

    Larger Numbers!!!

    How could I keep the numbers in column D>C>B>A? Also, I have already used data validation to keep the numbers in columns ABCD with a range, therefore data validation wont allow me to use it twice. Will VBA work? If so, what is the code? Thanks much!!!

  2. #2
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256
    Try this
    Data validation>Custom:
    =AND(B3>A3, B3<C3, B3<maxrange, B3>minrange)
    With custom you can create a very long validation formula.

    Ola Sandström

+ 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