+ Reply to Thread
Results 1 to 5 of 5

"And" in a forumula?

  1. #1
    Registered User
    Join Date
    01-18-2008
    Posts
    48

    "And" in a forumula?

    Hi, I need the below formula to read properly where if both (G17<(G21*0.35) AND G17<(G15*0.99) apply, the cell with the formula will read "yes"

    I just don't know how to put the "AND" function into it

    =IF(G17<(G21*0.35), G17<(G15*0.99)), "Yes", "")

    Your help is appreciated

    Thanks

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: "And" in a forumula?

    Try

    =IF(AND(G17<G21*0.35, G17<G15*0.99), "Yes", "")

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: "And" in a forumula?

    Like this...

    =IF(AND(G17<>"",G17<G21*0.35,G17<G15*0.99),"Yes","")
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Registered User
    Join Date
    01-18-2008
    Posts
    48

    Re: "And" in a forumula?

    It worked. Thank you both

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: "And" in a forumula?

    You're welcome. Thanks for the feedback!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Forumula to put 3 "spaced" numbers from one cell, into three separate cells.
    By richard11153 in forum Excel Formulas & Functions
    Replies: 30
    Last Post: 01-14-2014, 02:23 AM
  2. NEED ADVICE- 3 IF funtions with OR funtion in forumula, "Almost"
    By Jlf in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-21-2012, 07:52 AM
  3. Is there a (non-binary) "if x then enter y" forumula?
    By Anne Troy in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 09-06-2005, 10:05 AM
  4. Is there a (non-binary) "if x then enter y" forumula?
    By Anne Troy in forum Excel Formulas & Functions
    Replies: 27
    Last Post: 09-06-2005, 07:05 AM
  5. Is there a (non-binary) "if x then enter y" forumula?
    By Anne Troy in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 09-06-2005, 06:05 AM
  6. [SOLVED] Is there a (non-binary) "if x then enter y" forumula?
    By Julie P. in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  7. Is there a (non-binary) "if x then enter y" forumula?
    By Julie P. in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 PM
  8. Is there a (non-binary) "if x then enter y" forumula?
    By Julie P. in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 PM

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