+ Reply to Thread
Results 1 to 3 of 3

Want to combine AND Statements

Hybrid View

  1. #1
    Registered User
    Join Date
    09-11-2019
    Location
    Maryland
    MS-Off Ver
    MS365
    Posts
    2

    Want to combine AND Statements

    Below are the AND statements:

    =AND(A1>0.99,a1<1.08)

    =AND(B1>1.07,B1<1.15)

    I also want the answer to return "Green" for the first one and "Amber" for the second one

  2. #2
    Forum Expert WideBoyDixon's Avatar
    Join Date
    10-03-2016
    Location
    Sheffield, UK
    MS-Off Ver
    365
    Posts
    2,182

    Re: Want to combine AND Statements

    Like this?

    =IF(AND(A1>0.99,A1<1.08),"Green",IF(AND(B1>1.07,B1<1.15),"Amber",""))
    WBD
    Office 365 on Windows 11, looking for rep!

  3. #3
    Registered User
    Join Date
    09-11-2019
    Location
    Maryland
    MS-Off Ver
    MS365
    Posts
    2

    Re: Want to combine AND Statements

    WBD,

    Thank you so much. This works perfectly!

+ 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. [SOLVED] Combine 2 if statements
    By cartica in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-15-2014, 10:08 AM
  2. [SOLVED] How to Combine 2 If statements
    By cartica in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-21-2014, 02:44 PM
  3. Four IF statements to combine
    By ABSTRAKTUS in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-29-2014, 03:43 PM
  4. [SOLVED] Need help to combine to VBA Statements
    By SamCV in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 11-06-2013, 02:01 PM
  5. Can I combine 3 IF statements into one?
    By Mike7591 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-24-2013, 11:58 AM
  6. [SOLVED] Combine 3 IF Statements
    By kilipo in forum Excel General
    Replies: 2
    Last Post: 04-28-2012, 07:26 AM
  7. Combine two IF statements
    By dpask in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 12-07-2011, 04:41 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