+ Reply to Thread
Results 1 to 4 of 4

Formula to Extract relevant data

  1. #1
    Registered User
    Join Date
    12-02-2012
    Location
    Islamabad,Pakistan
    MS-Off Ver
    Excel 2007
    Posts
    62

    Formula to Extract relevant data

    Hi

    I have some data base and i received in the same format on monthly basis i want to extract the report my requriments are mentioned in the file. plz find the attached file for your review.

    thanks in advance
    Attached Files Attached Files
    Last edited by khurramfarooqpk; 05-09-2013 at 02:03 AM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Data Extract

    We would love to help you with your question, but 1st, in accordance with forum rules, please rename your thread to something more meaningful, that actually describes your problem.

    Because thread titles are used in searching the forum it is vital they be written to accurately describe your thread content or overall objective using ONLY search friendly key words. That is, your title used as search terms would return relevant results.

    Many members will look at a thread title, and if it is of interest to them, or it falls within their area of expertise, they might only open those threads.

    Look at it this way...if you typed that title into google, what would you expect to get back?
    To change a Title on your post, click EDIT on you're 1st post, then Go Advanced and change your title
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Re: Formula to Extract relevant data

    for S.No at G7
    =IF(ROW(1:1)>COUNT($A$4:$A$20),"",ROW(1:1))
    copy down

    for Location at H7
    =IF(LEN($G7);INDEX(B$4:B$20;MATCH($G7;$A$4:$A$20;0)))

    copy down and right to fill column Name and Amount

  4. #4
    Registered User
    Join Date
    12-02-2012
    Location
    Islamabad,Pakistan
    MS-Off Ver
    Excel 2007
    Posts
    62

    Re: Formula to Extract relevant data

    I am facing a problem in amount column it picks up the first value not the total value which is in yellow high light.





    Quote Originally Posted by Ghozi Alkatiri View Post
    for S.No at G7
    =IF(ROW(1:1)>COUNT($A$4:$A$20),"",ROW(1:1))
    copy down

    for Location at H7
    =IF(LEN($G7);INDEX(B$4:B$20;MATCH($G7;$A$4:$A$20;0)))

    copy down and right to fill column Name and Amount

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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