View Poll Results: Has anyone else tried this type of formula?

Voters
0. This poll is closed
  • Yes

    0 0%
  • No

    0 0%
+ Reply to Thread
Results 1 to 6 of 6

Extract duplicate data from one column only if respecive row in another column is blank

  1. #1
    Registered User
    Join Date
    10-02-2020
    Location
    Indianapolis, IN
    MS-Off Ver
    2016
    Posts
    3

    Extract duplicate data from one column only if respecive row in another column is blank

    I am looking to extract duplicate values from Column A only if the respective row/cell in Column C are blank. I need it to ignore all cells in Column A in which the respective row/cell in column C contains a date. Spreadsheet is attached.
    Attached Files Attached Files
    Last edited by 6StringJazzer; 10-02-2020 at 12:17 PM. Reason: No reason to include a poll in this question

  2. #2
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Extract duplicate data from one column only if respecive row in another column is blan

    Formula for U10 =IF(OR(A10="",C10>32000),"",A10)=IF(OR(A10="",C10>32000),"",A10)
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

  3. #3
    Registered User
    Join Date
    10-02-2020
    Location
    Indianapolis, IN
    MS-Off Ver
    2016
    Posts
    3

    Re: Extract duplicate data from one column only if respecive row in another column is blan

    I appreciate the formula, however, when I look at it, I am needing to evaluate a range of cells in column C to determine if they are blank, and if so,
    I then need to evaluate that range of cells in Column A to determine if there are duplicates. Finally, if duplicates are located, I need to have the duplicate value posted in V10. The formula will
    then be copied down so the formula will also have to account for values that have already been discovered and reported previously in column V. That is why I have the lookup/countif formula in column V.
    The formula currently in Column V is locating and returning only duplicate values found in column A, however, it is not accounting for the blank/not blank cells in column C. Any ideas whether this can be
    accomplished?

    Thank you again for your assistance.

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,535

    Re: Extract duplicate data from one column only if respecive row in another column is blan

    Hello D1699 and Welcome to Excel Forum.
    This proposal employs two helper columns which may be moved and/or hidden for aesthetic purposes.
    The first helper is populated using: =COUNTIFS(A$10:A$17,A10,C$10:C$17,"")
    The second helper is populated using: =COUNTIFS($H$10:H10,2,A$10:A10,A10)
    The output column is populated using: =IFERROR(INDEX(A$10:A$17,AGGREGATE(15,6,(ROW(A$10:A$17)-ROW(A$9))/(I$10:I$17=1),ROWS(A$10:A10))),"")
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  5. #5
    Registered User
    Join Date
    10-02-2020
    Location
    Indianapolis, IN
    MS-Off Ver
    2016
    Posts
    3

    Re: Extract duplicate data from one column only if respecive row in another column is blan

    Thank you JeteMc. The helper columns and formulas are working the way I wanted them to.
    I appreciate the help. Thank you again.

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,535

    Re: Extract duplicate data from one column only if respecive row in another column is blan

    You're Welcome and thank you for the feedback. Please take a moment to mark the thread as 'Solved' using the thread tools menu above your first post. I hope that you have a blessed day.

+ 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] Extract every 2nd row data based value not blank and criteria in column headers
    By PaulM100 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-09-2020, 01:52 AM
  2. [SOLVED] Shortlist non-blank cells in a column based on duplicate entries in another column
    By sb1212 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-23-2020, 03:21 PM
  3. Extract Duplicate and Column header in same row
    By jexcel123 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-21-2018, 09:43 AM
  4. [SOLVED] Duplicate to adjacent column if that column is blank
    By Homeslice01 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-03-2014, 06:45 PM
  5. Replies: 1
    Last Post: 06-01-2013, 01:27 AM
  6. Replies: 3
    Last Post: 02-08-2010, 06:18 PM
  7. Extract Duplicate Value to last column
    By sep910 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-25-2007, 05:37 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