+ Reply to Thread
Results 1 to 6 of 6

Multiple IFs issues

  1. #1
    Registered User
    Join Date
    06-08-2021
    Location
    Bucharest
    MS-Off Ver
    365 MSO (16.0.14026.20202) 32-bit
    Posts
    16

    Multiple IFs issues

    Hi Guys

    Really need your help!

    Please have a look at the attached excel.

    I need to create the following alerts on column F:

    - if PRODUCT = NS = SITE in both 2020 and 2021 i need this alert - RENEWED
    - if PRODUCT = NS = SITE in ONLY in 2021 i need this alert - NEW
    - if PRODUCT = NS = SITE in ONLY in 2020 i need this alert - NOT RENEWED

    Can I please get your help?

    Thanks so much!
    Ioana
    Attached Files Attached Files
    Last edited by IoanaStanescu; 06-09-2021 at 03:07 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,916

    Re: Multiple IFs issues

    Welcome to the forum.

    Could you please mock up some results in your file - 10-20 rows will do. Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    06-08-2021
    Location
    Bucharest
    MS-Off Ver
    365 MSO (16.0.14026.20202) 32-bit
    Posts
    16

    Re: Multiple IFs issues

    Hi Ali

    So sorry about that!

    Done

  4. #4
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Multiple IFs issues

    Try below formula
    =IF(SUM((COUNTIFS($C$2:$C$49,$C2,$B$2:$B$49,$B2,$D$2:$D$49,$D2,$A$2:$A$49,{2020,2021})>0)+0)=2,"RENEWED",IF(A2=2020,"NOT RENEWED","NEW"))
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  5. #5
    Registered User
    Join Date
    06-08-2021
    Location
    Bucharest
    MS-Off Ver
    365 MSO (16.0.14026.20202) 32-bit
    Posts
    16

    Re: Multiple IFs issues

    Hi Samba

    This is amazing!

    Really appreciate your help, thank you!

    You have a great day ahead!!

    Ioana

  6. #6
    Registered User
    Join Date
    05-27-2021
    Location
    USA
    MS-Off Ver
    2013
    Posts
    18

    Re: Multiple IFs issues

    =IF(SUM((COUNTIFS($C$2:$C$49,$C2,$B$2:$B$49,$B2,$D$2:$D$49,$D2,$A$2:$A$49,{2020,2021})>0)+0)=2,"RENEWED",IF(A2=2020,"NOT RENEWED","NEW")). This did work for me as well, Thanks

+ 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] Issues with sum of multiple formulas
    By crimsonmarshal in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-29-2019, 06:45 PM
  2. Listbox multiple issues
    By Exelance in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 04-14-2016, 04:57 AM
  3. [SOLVED] Multiple IF statement issues
    By DPW in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-11-2014, 12:29 AM
  4. [SOLVED] Multiple issues - Multiple IF staements with multiple answers, or other coding.
    By inzanesrt4 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-12-2013, 08:53 PM
  5. Lookup Across multiple sheets + other issues
    By mikemartinlfs in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-16-2012, 01:56 PM
  6. Issues with multiple IF functions?
    By janniet in forum Excel General
    Replies: 2
    Last Post: 08-29-2011, 12:31 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