+ Reply to Thread
Results 1 to 6 of 6

Problem with IF ELSE CRITERIA

  1. #1
    Registered User
    Join Date
    08-21-2018
    Location
    Mecivo
    MS-Off Ver
    2016
    Posts
    3

    Problem with IF ELSE CRITERIA

    Got stuck in applying the IF ELSE Statement

    I have Data in column A, and it has related parts in Column 2. I have the result for Column 2 in True or False.
    I want to get the result for A column as True & false, based on the result of column 2.

    Column 1 Column 2 Column 3 Column 4
    A 1 True
    A 2 True
    A 3 True
    A 4 True
    A 5 True

    As mentioned above in example, my requirement is to get the result in column 4 as TRUE only if column 3 has all true, if any column 2 has value as False in Column 3, then the result should show False.

    Need support for this.
    Attached Files Attached Files
    Last edited by sharma1407; 08-21-2018 at 01:12 PM. Reason: For Sample book addition

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Problem with IF ELSE CRITERIA

    Hello and welcome to the forum.

    I recommend creating a small representative sample workbook along with the desired results (manually entered) based on the sample data.

    To upload an Excel workbook, follow these steps:
    1) Click on "Go Advanced"
    2) Click on "Manage Attachments"
    3) Click on "Choose File"
    4) Choose your file and click on "Open"
    5) Click on "Upload"
    6) Click on "Close this window"

  3. #3
    Registered User
    Join Date
    08-21-2018
    Location
    Mecivo
    MS-Off Ver
    2016
    Posts
    3

    Re: Problem with IF ELSE CRITERIA

    Done. Attached the sample also.

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Problem with IF ELSE CRITERIA

    Try this:

    D2 =IF(COUNTIFS(A:A,A2,C:C,"FALSE"),"FALSE","TRUE")

    Drag the formula down.

  5. #5
    Registered User
    Join Date
    08-21-2018
    Location
    Mecivo
    MS-Off Ver
    2016
    Posts
    3

    Re: Problem with IF ELSE CRITERIA

    Thanks Alot...Its working....Just the issue is if I have more data in excel in which I am using this formula, the whole excel is getting hanged.

  6. #6
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Problem with IF ELSE CRITERIA

    How much data are we talking about?

    I don't think that it will help but you can try limiting the range from A:A to something like A$2:A$1000.

+ 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. Criteria selection problem...
    By JamesPrice in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-19-2016, 12:01 PM
  2. Problem with sumifs criteria
    By ed2row5 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-07-2014, 06:19 AM
  3. [SOLVED] Problem with Autofilter Criteria in VBA
    By Panda2000 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 09-25-2012, 12:32 PM
  4. Sumproduct criteria problem
    By john dalton in forum Excel General
    Replies: 23
    Last Post: 10-11-2011, 07:57 AM
  5. Replies: 8
    Last Post: 03-17-2010, 10:48 AM
  6. count problem with different criteria
    By snowee01 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 07-13-2009, 07:13 AM
  7. SumIF - problem with Criteria
    By qwerty in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-22-2006, 08:35 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