+ Reply to Thread
Results 1 to 5 of 5

Formula needed

  1. #1
    audi
    Guest

    Formula needed

    Please advise how I can come about a formula for the following.

    If (cell) N9=1,2,3 or 4 then (cell) O9=400, 500, 600, 700

    1=400
    2=500
    3=600
    4=700

    Thank you in advance for your help.
    Audi

  2. #2
    CLR
    Guest

    Re: Formula needed

    =IF(N9=1,400,IF(N9=2,500,IF(N9=3,600,IF(N9=4,700,""))))

    Vaya con Dios,
    Chuck, CABGx3


    "audi" <[email protected]> wrote in message
    news:[email protected]...
    > Please advise how I can come about a formula for the following.
    >
    > If (cell) N9=1,2,3 or 4 then (cell) O9=400, 500, 600, 700
    >
    > 1=400
    > 2=500
    > 3=600
    > 4=700
    >
    > Thank you in advance for your help.
    > Audi




  3. #3
    RagDyer
    Guest

    Re: Formula needed

    Try this:

    =CHOOSE(N9,400,500,600,700)
    --
    HTH,

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



    "audi" <[email protected]> wrote in message
    news:[email protected]...
    > Please advise how I can come about a formula for the following.
    >
    > If (cell) N9=1,2,3 or 4 then (cell) O9=400, 500, 600, 700
    >
    > 1=400
    > 2=500
    > 3=600
    > 4=700
    >
    > Thank you in advance for your help.
    > Audi



  4. #4
    Michael Bednarek
    Guest

    Re: Formula needed

    On Tue, 2 Aug 2005 15:09:03 -0700, "audi"
    <[email protected]> wrote in microsoft.public.excel.misc:

    >Please advise how I can come about a formula for the following.
    >
    >If (cell) N9=1,2,3 or 4 then (cell) O9=400, 500, 600, 700
    >
    >1=400
    >2=500
    >3=600
    >4=700


    Maybe I'm missing something here, but wouldn't
    =(N9+3)*100
    in O9 do that?

    --
    Michael Bednarek http://mbednarek.com/ "POST NO BILLS"

  5. #5
    CLR
    Guest

    Re: Formula needed

    All three of the responses give the correct results if N9 contains 1,2,3 or
    4.........the difference being what result you would like returned if N9 is
    empty, contains another number or zero or a decimal number, or even TEXT.

    Vaya con Dios,
    Chuck, CABGx3


    "audi" <[email protected]> wrote in message
    news:[email protected]...
    > Please advise how I can come about a formula for the following.
    >
    > If (cell) N9=1,2,3 or 4 then (cell) O9=400, 500, 600, 700
    >
    > 1=400
    > 2=500
    > 3=600
    > 4=700
    >
    > Thank you in advance for your help.
    > Audi




+ 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