+ Reply to Thread
Results 1 to 8 of 8

How to make a list of "open" claims in separate worksheet (excel 2010)

Hybrid View

  1. #1
    Registered User
    Join Date
    03-03-2014
    Location
    Birmingham, England
    MS-Off Ver
    Excel 2010
    Posts
    10

    How to make a list of "open" claims in separate worksheet (excel 2010)

    I have been trying for a long time now, and can not seem to come to a conclusion. This is what i have done so far:

    =IF(DMRLOG!AC:AC="OPEN",DMRLOG!A:A,"")

    excel.jpg

    What i want is: i have a list of all my claims raised, when a claim is completed i will change the position to "Closed". i want another worksheet to tell me all the claims that are still open, so that i can see which ones still need to be dealt with.

    So on the original worksheet where all the claims are logged (DMRLOG) if the row "AC" says "open" then i want the claim number (A) to be shown as a list in another worksheet.

    At the moment with the formula i have used i get the list which is what i want, and it only shows the open claims, but there are blank rows where the closed claims would be if they where open.

    Thank you in advance for all your help lets hope you understand what i meen, apologies for the rubbish explanation of what im trying to do.

    Aleks

  2. #2
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: How to make a list of "open" claims in separate worksheet (excel 2010)

    Hi Aleks,

    Welcome to the forum.

    On OPEN DMRs tab, use the below array formula and drag down until you get the blank rows. Remember to confirm the formula with Ctrl+Shift+Enter
    =IFERROR(INDEX('DMR LOG'!$A$2:$A$11,SMALL(IF('DMR LOG'!$AC$2:$AC$11="OPEN",ROW('DMR LOG'!$A$2:$A$11)-ROW('DMR LOG'!$A$2)+1),ROWS(A$2:A2))),"")
    Please find the attached sheet to see if this is what you want.
    Attached Files Attached Files
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  3. #3
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,108

    Re: How to make a list of "open" claims in separate worksheet (excel 2010)

    =INDEX(DMRLOG!$A$2:$A$110,SMALL(IF((DMRLOG!$AC$2:$AC$110)="open",MATCH(ROW(DMRLOG!$A$2:$A$110),ROW(DMRLOG!$A$2:$A$110))),ROW(A1)))
    use
    control + shift + Enter
    to use an array
    and get {} around the formula

    to handle errors you can use
    =IFERROR(INDEX(Sheet1!$A$2:$A$110,SMALL(IF((Sheet1!$C$2:$C$110)="open",MATCH(ROW(Sheet1!$A$2:$A$110),ROW(Sheet1!$A$2:$A$110))),ROW(A1))),"")
    Attached Files Attached Files
    Last edited by etaf; 03-03-2014 at 09:17 AM.
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  4. #4
    Registered User
    Join Date
    03-03-2014
    Location
    Birmingham, England
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: How to make a list of "open" claims in separate worksheet (excel 2010)

    Hi Etaf and Sktneer,

    I have tried both of your methods, and i cant seem to get it to work. I have attached the document i am working on, eventually the "DMR log" will be full of hundreds of claims. the claims at the moment in the worksheet are just made up to check if the formula works, before i *** all the information.

    Could you try and have a look at what i am doing wrong. apologies if it is simple as chips.

    Thanks

    DMR Log 3 (NOT YET REAL CLAIMS).xlsx

  5. #5
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: How to make a list of "open" claims in separate worksheet (excel 2010)

    Please find the attached sheet.

  6. #6
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,108

    Re: How to make a list of "open" claims in separate worksheet (excel 2010)

    so
    =IFERROR(INDEX(DMRLOG!$A$2:$A$110,SMALL(IF((DMRLOG!$AC$2:$AC$110)="open",MATCH(ROW(DMRLOG!$A$2:$A$110),ROW(DMRLOG!$A$2:$A$110))),ROW(A1))),"")

    using
    Control + Shift + Enter
    to get {} will work

    then in B
    =IFERROR(INDEX(DMRLOG!B:B,MATCH(A2,DMRLOG!A:A,0)),"")

    not sure what date - DMR logged meant - so using Column B
    just change
    =IFERROR(INDEX(DMRLOG!B:B
    B:B
    to whatever column the date is in
    then in column C
    =IFERROR(TODAY()-B2,"")

    see attached - modifications to your example sheet
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    03-03-2014
    Location
    Birmingham, England
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: How to make a list of "open" claims in separate worksheet (excel 2010)

    It is sorted! Brilliant thank you both for your help!

  8. #8
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: How to make a list of "open" claims in separate worksheet (excel 2010)

    Glad to help you. Thanks for the feedback.

+ 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] Excel 2010 -- "Visual Basic" "Macros" and "Record Macro" all disabled.
    By NicholasL in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-07-2017, 06:11 AM
  2. Replies: 2
    Last Post: 10-11-2013, 04:25 AM
  3. Replies: 6
    Last Post: 01-26-2012, 10:02 PM
  4. Can I "Enable Editing" using VBA on OPEN in Excel 2010
    By rkjudy in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-01-2011, 07:39 AM
  5. Replies: 2
    Last Post: 11-29-2007, 04:22 PM

Tags for this Thread

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