+ Reply to Thread
Results 1 to 9 of 9

list of unique Scrip Name

  1. #1
    Forum Contributor
    Join Date
    10-22-2020
    Location
    Bharat
    MS-Off Ver
    MS office 21
    Posts
    135

    list of unique Scrip Name

    Dear all

    hi

    I want a list of unique Scrip Names dates wisely. Scrip Name should be changed after change of date
    Attaching a sample file. Sales quantity can be calculated using sumifs. But file calculation takes a long time, is there another formula for that?
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: list of unique Scrip Name

    What do you mean by "Date wise"?

    And how many rows as SUMIFS are very efficient?

  3. #3
    Forum Contributor
    Join Date
    10-22-2020
    Location
    Bharat
    MS-Off Ver
    MS office 21
    Posts
    135

    Re: list of unique Scrip Name

    If I go to the date column and change the date, my ScripName should also change.
    exam.
    date 05-04-2021

    ScripName

    NIFTY08APR202114000.00PE
    NIFTY08APR202114300.00PE
    NIFTY08APR202114900.00CE

    This list should be updated

  4. #4
    Forum Contributor
    Join Date
    10-22-2020
    Location
    Bharat
    MS-Off Ver
    MS office 21
    Posts
    135

    Re: list of unique Scrip Name

    rows total more than 6 lacs

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: list of unique Scrip Name

    6 lacs= 600,000 ?

  6. #6
    Forum Contributor
    Join Date
    10-22-2020
    Location
    Bharat
    MS-Off Ver
    MS office 21
    Posts
    135

    Re: list of unique Scrip Name

    yes 6,00,000

  7. #7
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: list of unique Scrip Name

    Unique list

    Array formula ..


    =IFERROR(INDEX(Details!$C$2:$C$200, MATCH(0, COUNTIF($L$4:L4,Details!$C$2:$C$200)+IF(INT(Details!$M$2:$M$200)<>$D$1, 1, 0), 0)), "")

    **Array formulas are not entered in the same way as 'standard' formulas. Instead of pressing just ENTER, you first hold down CTRL and SHIFT, and only then press ENTER. If you've done it correctly, you'll notice Excel puts curly brackets {} around the formula (though do not attempt to manually insert these yourself).

  8. #8
    Forum Contributor
    Join Date
    10-22-2020
    Location
    Bharat
    MS-Off Ver
    MS office 21
    Posts
    135

    Re: list of unique Scrip Name

    thankyou so much
    This formula will save a lot of time.

  9. #9
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: list of unique Scrip Name

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

+ 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. VBA scrip to filter spreadsheet, save filtered data and email as attachment
    By Djxela in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-14-2019, 03:57 AM
  2. [SOLVED] Getting unique list and amount sum by unique list wise - Reg.
    By bala04msw in forum Excel Formulas & Functions
    Replies: 32
    Last Post: 08-28-2016, 12:00 PM
  3. Create unique # of worksheets based on list count with unique names
    By Groovicles in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 05-24-2016, 09:51 AM
  4. [SOLVED] list of duplicate code along with unique manager name want to split unique
    By sinha.riteshabap in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-21-2013, 07:00 AM
  5. [SOLVED] create list of unique staff numbers with unique work codes
    By shaz0503 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-01-2013, 08:57 PM
  6. Replies: 7
    Last Post: 05-11-2012, 02:00 PM
  7. Replies: 1
    Last Post: 04-03-2012, 11:33 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