+ Reply to Thread
Results 1 to 3 of 3

Multiple criteria IF THEN help

  1. #1
    Registered User
    Join Date
    06-24-2022
    Location
    Austin
    MS-Off Ver
    365
    Posts
    3

    Multiple criteria IF THEN help

    It has been years since I've used Excel extensively and find myself struggling with a large dataset.

    Desired formula:
    If Column B = 0, Column C = "No"
    If Column B>0 AND Column A = "Green", Column C = "Yes"
    If Column B>0 AND Column A DOES NOT = "Green", Column C = Other Color

    The Yes/No logic is simple but the third result is getting the better of me. Any help would be appreciated.

    Attachment 785016
    Attached Files Attached Files
    Last edited by dp2311; 06-24-2022 at 11:08 AM.

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2404 Win 11 Home 64 Bit
    Posts
    23,864

    Re: Multiple criteria IF THEN help

    =if(B1=0,"NO",if(and(B1>0,A1="Green"),"Yes","Other Color"))
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Registered User
    Join Date
    06-24-2022
    Location
    Austin
    MS-Off Ver
    365
    Posts
    3

    Re: Multiple criteria IF THEN help

    Thank you!

+ 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. Count ifs multiple criteria & average ifs multiple criteria
    By Optimuswicked in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-23-2022, 03:50 PM
  2. Replies: 14
    Last Post: 06-07-2021, 11:31 AM
  3. [SOLVED] Lookup multiple criteria in multiple columns in multiple rows; return true if exists
    By ufdlim in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-07-2019, 02:03 PM
  4. Replies: 9
    Last Post: 07-23-2015, 01:21 PM
  5. Replies: 2
    Last Post: 05-26-2015, 07:29 PM
  6. [SOLVED] countifs statement with multiple criteria for multiple criteria ranges
    By mcdermott2 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 05-07-2015, 11:48 AM
  7. [SOLVED] UDF for sum of multiple criteria in multiple columns and single criteria in multiple colum
    By Ganesh7299 in forum Excel Programming / VBA / Macros
    Replies: 32
    Last Post: 11-22-2013, 04:26 AM

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