+ Reply to Thread
Results 1 to 4 of 4

Max Number

  1. #1
    Registered User
    Join Date
    01-07-2005
    Posts
    45

    Max Number

    How can I set a cell to calculate a score (example G2/G32) and then also have it have a maximum value.

    In otherwords, if G2/G32 is >2 it =2.

    Thanks for any help!

    Chris

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by odditie
    How can I set a cell to calculate a score (example G2/G32) and then also have it have a maximum value.

    In otherwords, if G2/G32 is >2 it =2.

    Thanks for any help!

    Chris
    =MIN(G2/G32,2)
    BenjieLop
    Houston, TX

  3. #3
    Registered User
    Join Date
    01-07-2005
    Posts
    45
    Thanks a lot, if you don't mind, can you explain to me why that works?

  4. #4
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    << Thanks a lot,>>

    You are welcome ... I am just glad that I can be of help.


    << if you don't mind, can you explain to me why that works? >>

    The formula =MIN(G2/G32,2) basically means that it will return a value of whichever is LOWER between "G2/G32" and 2.

    If (G2/G32) is lower than 2, then your value will always be what (G2/G32) is. However, if (G2/G32) is greater than 2, then the value that will be returned should only be 2 (since you imposed this limit).

    I hope this explanation is clear enough and acceptable to you.

    Regards.

+ 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