+ Reply to Thread
Results 1 to 3 of 3

Range of numbers in a single cell

Hybrid View

Guest Range of numbers in a single... 01-11-2006, 04:45 PM
Guest RE: Range of numbers in a... 01-11-2006, 05:00 PM
Guest RE: Range of numbers in a... 01-11-2006, 08:20 PM
  1. #1
    DRB
    Guest

    Range of numbers in a single cell

    I need to change what I multiple by based on the entered number.

    If the entered number is 1 to 3, I need to multiply by .25
    If the entered number is 4 to 6, I need to multiply by .5
    If the entered number is 7 to 9, I need to multiply by .75
    If the entered number is 10 to 12, I need to multiply by 1 and so forth.

    so if I enter 5 in A6, it will multiply 5 by .5 and put the result in A7

    Any suggestions?

  2. #2
    Sloth
    Guest

    RE: Range of numbers in a single cell

    =A1*(1+INT((A1-1)/3))/4

    "DRB" wrote:

    > I need to change what I multiple by based on the entered number.
    >
    > If the entered number is 1 to 3, I need to multiply by .25
    > If the entered number is 4 to 6, I need to multiply by .5
    > If the entered number is 7 to 9, I need to multiply by .75
    > If the entered number is 10 to 12, I need to multiply by 1 and so forth.
    >
    > so if I enter 5 in A6, it will multiply 5 by .5 and put the result in A7
    >
    > Any suggestions?


  3. #3
    DRB
    Guest

    RE: Range of numbers in a single cell

    Very much thanks. You saved my sanity.

    "Sloth" wrote:

    > =A1*(1+INT((A1-1)/3))/4
    >
    > "DRB" wrote:
    >
    > > I need to change what I multiple by based on the entered number.
    > >
    > > If the entered number is 1 to 3, I need to multiply by .25
    > > If the entered number is 4 to 6, I need to multiply by .5
    > > If the entered number is 7 to 9, I need to multiply by .75
    > > If the entered number is 10 to 12, I need to multiply by 1 and so forth.
    > >
    > > so if I enter 5 in A6, it will multiply 5 by .5 and put the result in A7
    > >
    > > Any suggestions?


+ 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