+ Reply to Thread
Results 1 to 4 of 4

compare & show

  1. #1
    Registered User
    Join Date
    11-06-2009
    Location
    California
    MS-Off Ver
    Excel 2003
    Posts
    2

    Thumbs down compare & show

    Need a formula to compare then have appear the larger value between two cells. General logic is IF cell F17>cell F21 then show the value in cell F17, IF F21>F17 then show value in cell F21. Thanks for any suggestions and assistance.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: compare & show

    =MAX(F17,F21) Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    03-27-2009
    Location
    Boston, United States
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: compare & show

    Response from ChemistB should do the trick, but you could also use something like:


    =IF(F17>F21,F17,F21)

  4. #4
    Registered User
    Join Date
    11-06-2009
    Location
    California
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: compare & show

    Thanks, your 2¢ helped me lot$.
    Last edited by pumpkin; 11-13-2009 at 12:18 PM. Reason: solved

+ 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