+ Reply to Thread
Results 1 to 2 of 2

REPEATING NUMBERS IN A ROW

  1. #1
    nazzoli
    Guest

    REPEATING NUMBERS IN A ROW

    I have a spreadsheet that goes on for several thousand lines. It looks like
    this:

    A B C D E

    100 15 215 6

    1 10 25 32

    What I am looking for is a forumla or something that will put in another
    column the highest of the 5 values. So for example, row 1 the highest value
    215 will be placed in column F.



  2. #2
    Dave F
    Guest

    RE: REPEATING NUMBERS IN A ROW

    =MAX(A1:E1) would return 215 in F1

    "nazzoli" wrote:

    > I have a spreadsheet that goes on for several thousand lines. It looks like
    > this:
    >
    > A B C D E
    >
    > 100 15 215 6
    >
    > 1 10 25 32
    >
    > What I am looking for is a forumla or something that will put in another
    > column the highest of the 5 values. So for example, row 1 the highest value
    > 215 will be placed in column F.
    >
    >


+ 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