+ Reply to Thread
Results 1 to 2 of 2

Excel IF condition

  1. #1
    Registered User
    Join Date
    11-22-2021
    Location
    UAE
    MS-Off Ver
    Office 365
    Posts
    1

    Lightbulb Excel IF condition

    I am having following formulas, Based on column BW5 IF and SUMIF is brining the desired value.



    =IF($BW5="No",SUMIF('Revenue Cust (Margin Minder)'!$BN:$BN,'Main Data'!$EN5,'Revenue Cust (Margin Minder)'!B:B),SUMIF('Revenue Group (Margin Minder)'!$BN:$BN,'Main Data'!$EN5,'Revenue Group (Margin Minder)'!B:B))



    Requirement is . This whole formula should be valid only if column EU5 is "YES" . If column EU5 value is "No" then above formula should not valid.



    Please advise.

  2. #2
    Registered User
    Join Date
    08-07-2021
    Location
    Manama, Bahrain
    MS-Off Ver
    2016
    Posts
    61

    Re: Excel IF condition

    Just Add another IF into this formula.


    =IF($EU$5="YES",(IF($BW5="No",SUMIF('Revenue Cust (Margin Minder)'!$BN:$BN,'Main Data'!$EN5,'Revenue Cust (Margin Minder)'!B:B),SUMIF('Revenue Group (Margin Minder)'!$BN:$BN,'Main Data'!$EN5,'Revenue Group (Margin Minder)'!B:B))),"Not Applicable")
    Give a sec to give rep to all who tried to help

+ 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] Condition Forumula if Columns have Strings and if they match to preset condition
    By rosn.dhakal in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-02-2018, 10:57 PM
  2. [SOLVED] Rotate List of names bottom to top Repeat without condition with option to set a condition
    By spyac in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-05-2018, 05:17 PM
  3. [SOLVED] Need help in excel condition & formula - Excel 2010
    By typhootek in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-23-2018, 03:50 PM
  4. [SOLVED] condition fails. If condition deletes main worksheet
    By shiva_raj in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-22-2017, 11:33 AM
  5. Replies: 7
    Last Post: 06-01-2015, 06:05 PM
  6. Condition formatting of multiple condition formatted cells
    By merrin84 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 02-22-2015, 05:08 PM
  7. multi condition format? lookup and date condition valid for.
    By D_Rennie in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-13-2009, 11:37 AM

Tags for this Thread

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