+ Reply to Thread
Results 1 to 4 of 4

Extract number based on conditions

  1. #1
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    657

    Extract number based on conditions

    If the Column I have input Texts (Cell N4:N12, i.e., A, T and S) then in Column K Date 1 is filled and Column L Date 2 is not filled then need to extract the Column H numbers excluding duplicates by formula in light yellow cells P7:P25.
    Attached Files Attached Files
    Sekar

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

    Re: Extract number based on conditions

    Try this in P7:

    =IFERROR(INDEX(H$4:H$256,MATCH(0,IF((COUNTIF(N$7:N$12,I$4:I$256))*(K$4:K$256<>"")*(L$4:L$256=""),COUNTIF(P$6:P6,H$4:H$256),""),0)),"") Ctrl Shift Enter

  3. #3
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    657

    Re: Extract number based on conditions

    Hello 63falcondude

    Amazing, Thanks for your formula, it working fine.

    This will help me to eliminate the manual work.

    Thanks again.

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

    Re: Extract number based on conditions

    You're welcome. Thanks for the rep!

+ 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 values based if conditions met
    By bjnockle in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-06-2017, 06:06 PM
  2. [SOLVED] Extract number for 2 Conditions 070417
    By thilag in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-07-2017, 04:46 AM
  3. VBA to extract results based on two conditions
    By Lifeseeker in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-04-2011, 03:24 PM
  4. VBA to extract records based on two conditions
    By Lifeseeker in forum Excel Programming / VBA / Macros
    Replies: 20
    Last Post: 10-27-2011, 06:27 PM
  5. VBA to extract list based on conditions
    By Lifeseeker in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-25-2011, 02:31 PM
  6. extract rows based on many different conditions
    By jhc8255 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 09-13-2010, 10:02 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