+ Reply to Thread
Results 1 to 4 of 4

Help! I need multiple formulas for one cell.

  1. #1
    Registered User
    Join Date
    08-09-2006
    Posts
    5

    Help! I need multiple formulas for one cell.

    Hello,

    I was wondering if anyone can assist me with a formula. This is what I need:

    C19 is where you enter the inches
    C20 adds the charge

    The formula to go into C20 needs to be this:

    If the number in C19 is 01" through 12" is entered, add $75. If 13" thorugh 24" is entered, add $175, if 25" through 36" is entered, then add $275, otherwise (or anything else), enter $0 to C20. ((" )inches quote sign does not need to be in this formula)

    Is this even possible? .... I would really appreciate your help.

    Bella
    Last edited by mbdbiz; 08-09-2006 at 07:40 PM.

  2. #2
    CLR
    Guest

    Re: Help! I need multiple formulas for one cell.

    =LOOKUP(C19,{0,1,13,25,37},{0,75,175,275,0})

    Vaya con Dios,
    Chuck, CABGx3


    "mbdbiz" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello,
    >
    > I was wondering if anyone can assist me with a formula. This is what I
    > need:
    >
    > C19 is where you enter the inches
    > C20 adds the charge
    >
    > The formula to go into C20 needs to be this:
    >
    > If in number in Cell C19 is 01" through 12" is entered, add $75. If
    > 13" thorugh 24" is entered, add $175, if 25" through 36" is entered,
    > then add $275, otherwise (or anything else), enter $0 to C20.
    >
    >
    > I would really appreciate your help.
    >
    > Bella
    >
    >
    > --
    > mbdbiz
    > ------------------------------------------------------------------------
    > mbdbiz's Profile:

    http://www.excelforum.com/member.php...o&userid=37309
    > View this thread: http://www.excelforum.com/showthread...hreadid=570178
    >




  3. #3
    Registered User
    Join Date
    08-09-2006
    Posts
    5
    Chuck, you're the bomb!!! Thank you!!!!!!

    Bella

  4. #4
    CLR
    Guest

    Re: Help! I need multiple formulas for one cell.

    Happy to help.........thanks for the feedback.

    Vaya con Dios,
    Chuck, CABGx3


    "mbdbiz" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Chuck, you're the bomb!!! Thank you!!!!!!
    >
    > Bella
    >
    >
    > --
    > mbdbiz
    > ------------------------------------------------------------------------
    > mbdbiz's Profile:

    http://www.excelforum.com/member.php...o&userid=37309
    > View this thread: http://www.excelforum.com/showthread...hreadid=570178
    >




+ 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