+ Reply to Thread
Results 1 to 5 of 5

Extracting Date Specific Data formula

  1. #1
    Registered User
    Join Date
    02-15-2011
    Location
    London, England
    MS-Off Ver
    Excel 2007 & 2010
    Posts
    32

    Question Extracting Date Specific Data formula

    Hi All,

    I have a rolling monthly log book from which I need to extract specific data relating to Today e.g. every day certain data needs to be sent to a different department relating only to specific data.

    I need some help in formatting a formula so that when a workbook is opened data from the Log Book will extract the required information based on the date i.e. IF(TODAY) ......... all rows will be filled in from the log book with relating date.

    Thanks in advance
    Last edited by NBVC; 03-01-2011 at 01:59 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Extracting Date Specific Data formula

    To best describe or illustrate your problem you would be better off attaching a dummy workbook, the workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook.

    If needed supply a before and after sheet in the workbook so the person helping you can see what you are trying to achieve.

    Doing this will ensure you get the result you need!
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    02-15-2011
    Location
    London, England
    MS-Off Ver
    Excel 2007 & 2010
    Posts
    32

    Re: Extracting Date Specific Data formula

    I have attached a sample - I need to extract the specific data from Movements Log sheet to Arrivals Sheet on a daily basis and send on; therefore The Arrival sheet dates will relate to Today (based on Computer time) extracting the data from date concerend in the Log.
    Attached Files Attached Files

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Extracting Date Specific Data formula

    Add a helper column in Movements sheet:

    In X3 insert formula: =IF(A3=TODAY(),COUNT(X$2:X2)+1,"") and copy down

    in Y3 insert formula: =MAX(X:X)

    in the Arrival sheet, first select everything and format as General (it seems you have everything formatted as TEXT)

    Then insert formula in C3: =IF(ROWS($A$3:$A3)>'MOVEMENTS LOG'!$Y$3,"",INDEX('MOVEMENTS LOG'!F:F,MATCH(ROWS($A$3:$A3),'MOVEMENTS LOG'!$X:$X))) and copy down

    use similar formulas in other columns adjusting the Index range to get appropriate info.

  5. #5
    Registered User
    Join Date
    02-15-2011
    Location
    London, England
    MS-Off Ver
    Excel 2007 & 2010
    Posts
    32

    Re: Extracting Date Specific Data formula

    Excellent, Thanks!!

+ 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