+ Reply to Thread
Results 1 to 5 of 5

Max Value

  1. #1
    Ted Dawson
    Guest

    Max Value

    I have an autosum cell, but I don't want the displayed value to be any
    higher than 56, help?


    Ted



  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,485
    =IF(SUM(B4:B13)<=56,SUM(B4:B13),"")
    this is what I came up with

  3. #3
    Max
    Guest

    Re: Max Value

    One way,
    something like this in say, B1: =MIN(SUM(A1:A10),56)
    --
    Max
    Singapore
    http://savefile.com/projects/236895
    xdemechanik
    ---
    "Ted Dawson" <[email protected]> wrote in message
    news:[email protected]...
    > I have an autosum cell, but I don't want the displayed value to be any
    > higher than 56, help?
    >
    >
    > Ted
    >
    >




  4. #4
    Paul B
    Guest

    Re: Max Value

    Ted, maybe something like this,

    =IF(SUM(A1:A10)>56,56,SUM(A1:A10))

    --
    Paul B
    Always backup your data before trying something new
    Please post any response to the newsgroups so others can benefit from it
    Feedback on answers is always appreciated!
    Using Excel 2002 & 2003

    "Ted Dawson" <[email protected]> wrote in message
    news:[email protected]...
    > I have an autosum cell, but I don't want the displayed value to be any
    > higher than 56, help?
    >
    >
    > Ted
    >
    >




  5. #5
    Ted Dawson
    Guest

    Re: Max Value

    Thanks to all of you.

    Ted



    "Paul B" <[email protected]> wrote in message
    news:ua%[email protected]...
    > Ted, maybe something like this,
    >
    > =IF(SUM(A1:A10)>56,56,SUM(A1:A10))
    >
    > --
    > Paul B
    > Always backup your data before trying something new
    > Please post any response to the newsgroups so others can benefit from it
    > Feedback on answers is always appreciated!
    > Using Excel 2002 & 2003
    >
    > "Ted Dawson" <[email protected]> wrote in message
    > news:[email protected]...
    >> I have an autosum cell, but I don't want the displayed value to be any
    >> higher than 56, help?
    >>
    >>
    >> Ted
    >>
    >>

    >
    >




+ 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