+ Reply to Thread
Results 1 to 4 of 4

Set a limit on cell value, so that it does not exceed a set figure

  1. #1
    lennysc14
    Guest

    Set a limit on cell value, so that it does not exceed a set figure

    How do I ensure that a value displayed in a cell does not exceed a set figure?

  2. #2
    bj
    Guest

    RE: Set a limit on cell value, so that it does not exceed a set figure

    If this is a cell into which people input data check out <data><validation>
    if this is from a formula
    =min(Value,formula)

    "lennysc14" wrote:

    > How do I ensure that a value displayed in a cell does not exceed a set figure?


  3. #3
    lennysc14
    Guest

    RE: Set a limit on cell value, so that it does not exceed a set figure

    I need to ensure that the percentage sum of two cells does not exceed a set
    figure

    "lennysc14" wrote:

    > How do I ensure that a value displayed in a cell does not exceed a set figure?


  4. #4
    RagDyer
    Guest

    Re: Set a limit on cell value, so that it does not exceed a set figure

    If the set figure is 100, try any of these:

    =MIN(A1*B1,100)
    =MIN(A1+B1,100)
    =MIN(SUM(A1:A25,100)
    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "lennysc14" <lennysc14@discussions.microsoft.com> wrote in message
    news:D01F1C52-A98B-472C-94E8-33C3B3F95820@microsoft.com...
    > I need to ensure that the percentage sum of two cells does not exceed a

    set
    > figure
    >
    > "lennysc14" wrote:
    >
    > > How do I ensure that a value displayed in a cell does not exceed a set

    figure?


+ 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