+ Reply to Thread
Results 1 to 5 of 5

Extract the Ticket Number Basis a Condition

  1. #1
    Forum Contributor
    Join Date
    01-24-2013
    Location
    India
    MS-Off Ver
    Excel 2019
    Posts
    100

    Extract the Ticket Number Basis a Condition

    Hi Team,

    I am having a worksheet, in which sheet 1 contains a summary of records. From that I need to pull the ticket number alone if "Column D" value as "Post".

    Attached a sample file for your reference.
    Attached Files Attached Files

  2. #2
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,465

    Re: Extract the Ticket Number Basis a Condition

    Please empty all cells with expected results and try
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,318

    Re: Extract the Ticket Number Basis a Condition

    If you have 365, something like this could work >> =CHOOSECOLS(FILTER(Sheet1!A2:D7,Sheet1!D2:D7="Post"),2)
    HTH
    Regards, Jeff

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,416

    Re: Extract the Ticket Number Basis a Condition

    Your profile says Excel 2019. If that is still correct, you will need something like this instead:


    =IFERROR(INDEX(B:B,AGGREGATE(15,6,ROW($D$2:$D$16)/($D$2:$D$16="Post"),ROWS(G$2:G2))),"")

    copied down.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  5. #5
    Forum Contributor
    Join Date
    01-24-2013
    Location
    India
    MS-Off Ver
    Excel 2019
    Posts
    100

    Re: Extract the Ticket Number Basis a Condition

    Thank you all for spending time on this query. It worked thanks again

+ 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. Adding starting ticket number to Raffle Ticket tracking
    By gpar4607 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 04-14-2022, 12:21 PM
  2. Ticket number logging VBA & Userform
    By CTGCWIQC in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-09-2020, 11:17 PM
  3. [SOLVED] ***Split workbook basis condition***
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 11-08-2016, 07:34 AM
  4. Checking age before calculating on the basis of IF condition
    By Zanys in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-08-2016, 10:35 PM
  5. [SOLVED] Formula basis the result of condition
    By [email protected] in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-16-2015, 01:30 AM
  6. Add record in same line on basis of condition
    By sanjuss2 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-03-2015, 04:53 AM
  7. [SOLVED] Help with If condition and commision calculation for stubhub ticket sales
    By jboychak in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-03-2013, 10:13 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