+ Reply to Thread
Results 1 to 3 of 3

Multiple Range Formula

Hybrid View

  1. #1
    Earl
    Guest

    Multiple Range Formula

    I want to evaluate a column that has multiple, and varied values. Then return
    a value in multiples of '20' in another column. Where 0-19.99='20',
    20-39.99='40', 40-59.99='60' etc.

    Example:
    Calculated Length Nominal Length
    5.2 20
    20.1 40
    42.0 60
    64.55 80

  2. #2
    Duke Carey
    Guest

    RE: Multiple Range Formula

    =(1+int(value/20))*20

    "Earl" wrote:

    > I want to evaluate a column that has multiple, and varied values. Then return
    > a value in multiples of '20' in another column. Where 0-19.99='20',
    > 20-39.99='40', 40-59.99='60' etc.
    >
    > Example:
    > Calculated Length Nominal Length
    > 5.2 20
    > 20.1 40
    > 42.0 60
    > 64.55 80


  3. #3
    Bob Phillips
    Guest

    Re: Multiple Range Formula

    =sumif(a:a,"<20")

    =SUMIF(A:A,"<40")-SUMIF(A:A,"<20")

    etc.

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Earl" <Earl@discussions.microsoft.com> wrote in message
    news:6400E7CE-B2DA-46F1-8539-C6708CA8F356@microsoft.com...
    > I want to evaluate a column that has multiple, and varied values. Then

    return
    > a value in multiples of '20' in another column. Where 0-19.99='20',
    > 20-39.99='40', 40-59.99='60' etc.
    >
    > Example:
    > Calculated Length Nominal Length
    > 5.2 20
    > 20.1 40
    > 42.0 60
    > 64.55 80




+ 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