Consulting

Results 1 to 3 of 3

Thread: Conditional copy for row-Date range

  1. #1

    Unhappy Conditional copy for row-Date range

    Dear all ,
    One more problem this time,
    I have excel sheet with around 9000 rows data in 15 columns.
    This data is regarding the stocks at my warehouse. I keep record on the basis of the days they keep stock in my warehouse.
    Now I want to know daily top ten stock holders , situation is date of storage is kept on date stock kept and stock removed not on day to day basis.
    How can this be done?

    I got idea that in other sheet I will mention the date on which I want to know stock position , and there macro should search entire sheet and copy row data where the date is following between date stored and date withdrawal. And then I will apply auto filter to get top ten

    Please can any one help with code for this.

    Best regards
    Mind

  2. #2
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    Hi Mind,
    A small sample of your data/layout would help here
    Regards
    MD
    MVP (Excel 2008-2010)

    Post a workbook with sample data and layout if you want a quicker solution.


    To help indent your macros try Smart Indent

    Please remember to mark threads 'Solved'

  3. #3
    VBAX Guru
    Joined
    Mar 2005
    Posts
    3,296
    Location
    Mind, it sounds as if your requirements would be better met using Access, not that it is difficult to do in Excel VBA, just that Access has those kind of functions available in Queries.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •