+ Reply to Thread
Results 1 to 3 of 3

help with nesting if and large function

  1. #1
    Registered User
    Join Date
    02-05-2005
    Posts
    2

    help with nesting if and large function

    I am trying to find the largest value in a data set, once it is found I need "max" to appear beside the largest value in the adjacent column and min to appear beside the smallest value in the data set. I thought I could nest large and small with if function but it does not seem to be working. Any suggestions?
    Thanks in advance

  2. #2
    Forum Contributor
    Join Date
    04-30-2004
    Posts
    122
    If I understand you correctly, this should work....

    =IF(A1=MAX($A$1:$A$9),"MAX",IF(A1=MIN($A$1:$A$9),"MIN",""))

  3. #3
    Registered User
    Join Date
    02-05-2005
    Posts
    2
    thanks so much

+ 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