+ Reply to Thread
Results 1 to 5 of 5

Conditional Formulas

  1. #1
    Nick
    Guest

    Conditional Formulas

    I can't figure out the formula for the following: If cell (A1 is "Fresh" and
    B5 is "Cascade" then the answer is $45.00. Can anyone help!
    --
    Nick

  2. #2
    Peo Sjoblom
    Guest

    Re: Conditional Formulas

    =IF(AND(A1="Fresh",B5="Cascade"),45,0)

    replace fresh and cascade in the formula with 2 other cell references where
    in you can type the criteria
    I put 0 if this was FALSE


    --

    Regards,

    Peo Sjoblom

    http://nwexcelsolutions.com



    "Nick" <Nick@discussions.microsoft.com> wrote in message
    news:3BCD98C0-902A-4686-B4BD-F91A01D521A8@microsoft.com...
    >I can't figure out the formula for the following: If cell (A1 is "Fresh"
    >and
    > B5 is "Cascade" then the answer is $45.00. Can anyone help!
    > --
    > Nick




  3. #3
    Elkar
    Guest

    RE: Conditional Formulas

    Try this:

    =IF(AND(A1="Fresh",B5="Cascade"),45,"")

    HTH,
    Elkar


    "Nick" wrote:

    > I can't figure out the formula for the following: If cell (A1 is "Fresh" and
    > B5 is "Cascade" then the answer is $45.00. Can anyone help!
    > --
    > Nick


  4. #4
    Nick
    Guest

    RE: Conditional Formulas

    Thanks for the help. Now my second question is this. How would I add the
    same formula multiple times in the same cell? i.e (A1 is "Fresh" and
    > B5 is "Cascade" then the answer is $45.00, if(A1 is "Silk" and B5 is "cascade then the answer is $35.00.

    --
    Nick


    "Nick" wrote:

    > I can't figure out the formula for the following: If cell (A1 is "Fresh" and
    > B5 is "Cascade" then the answer is $45.00. Can anyone help!
    > --
    > Nick


  5. #5
    Registered User
    Join Date
    04-01-2006
    Posts
    23

    Multiple Conditions

    Perhaps the limitation of the If statement will not allow you sufficient options, you may need to Match from a Table as per the attached.

    Hope this helps


    Quote Originally Posted by Nick
    Thanks for the help. Now my second question is this. How would I add the
    same formula multiple times in the same cell? i.e (A1 is "Fresh" and
    > B5 is "Cascade" then the answer is $45.00, if(A1 is "Silk" and B5 is "cascade then the answer is $35.00.

    --
    Nick


    "Nick" wrote:

    > I can't figure out the formula for the following: If cell (A1 is "Fresh" and
    > B5 is "Cascade" then the answer is $45.00. Can anyone help!
    > --
    > Nick
    Attached Files Attached Files

+ 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