+ Reply to Thread
Results 1 to 2 of 2

Keeping it larger!!!

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

    Keeping it larger!!!

    How do I keep the number in the right adjacent cell larger than the previous cell? The numbers are in military time. For example,

    a1 b1 c1 d1
    0800 1200 1300 1800


    How can I make sure that a1<b1<c1<d1?

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996
    1)Select Cells B1:D1
    2)Data>Validation
    Allow: Custom
    (corrected) Formula: =AND(COUNT($A1:A1)=COLUMNS($A1:A1),B1>MAX($A1:A1))
    Click [OK]

    That will handle the magnitude issue.

    If you custom number format A1:D1 to 0000, then the cells will also appear in military format.

    Does that help?

    Ron
    Last edited by Ron Coderre; 04-27-2005 at 02:58 PM.

+ 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