+ Reply to Thread
Results 1 to 6 of 6

Lookiing up data depending on date and append type

  1. #1
    Registered User
    Join Date
    04-06-2016
    Location
    Sweden
    MS-Off Ver
    2016
    Posts
    89

    Lookiing up data depending on date and append type

    So in sheet1 I have a load of incoming data - this is all gathered by links to other workbooks.

    In sheet2 id like to be able to see all items that have a type submitted on the date in "TODAY" which is set to =Today() so it's moving the dates in sheet2 each day

    Id like to append the Type to the ITEM when it goes to sheet2

    So if item 3181 got T today, it would show up as "3181 T" - I'm willing to change the layout, if its easier to insert a column more on each day in sheet2 for the TYPE, so instead of one cell for "3181 T", it would be "3181" and then "T"

    Thanks in advance <3

    http://www.excelforum.com/attachment...1&d=1470157553
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Lookiing up data depending on date and append type

    I should re-arange the data in a verticaly way (talble).

    After that I would use a pivot table.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    04-06-2016
    Location
    Sweden
    MS-Off Ver
    2016
    Posts
    89

    Re: Lookiing up data depending on date and append type

    I cant do pivot table as I cant see how it would be updating correctly backwards and forwards? in Sheet2

  4. #4
    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,169

    Re: Lookiing up data depending on date and append type

    Try

    in E6

    =IFERROR(INDEX(Sheet1!$A$4:$A$1000,SMALL(IF(INDEX(Sheet1!$G$4:$NG$1000,,MATCH(TODAY(),Sheet1!$G$3:$NG$3,0))<>"",ROW($A$4:$A$1000)-ROW($A$4)+1,""),ROWS($A$4:A4))),"")

    Enter with Ctrl+Shift+Enter

    This will return the Item number.

    With separate column for the TYPE (per date):

    in F6 (as an example)

    =VLOOKUP($E6,Sheet1!$A$4:$NG$1000,MATCH(TODAY(),Sheet1!$A$3:$NG$3,0),0)

    Range references will change if you add the extra columns

  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,169

    Re: Lookiing up data depending on date and append type

    See attached ..
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    04-06-2016
    Location
    Sweden
    MS-Off Ver
    2016
    Posts
    89

    Re: Lookiing up data depending on date and append type

    Quote Originally Posted by JohnTopley View Post
    See attached ..
    You're a gift that just keeps on giving John.

    Thank you!

+ 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] List of data depending on date
    By Skinnyboy12 in forum Excel General
    Replies: 7
    Last Post: 07-05-2016, 11:07 AM
  2. [SOLVED] append data only if date is different, otherwise overwrite
    By roothog in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-29-2015, 05:06 PM
  3. How to open,copy and save as .. lookiing help on a samll macro for creating report
    By satishdu in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-25-2014, 01:44 PM
  4. Calculate due date depending on type of request
    By anjali0729 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 07-11-2013, 04:12 PM
  5. Formular to type text into a cell depending on data in 2 other cells
    By nickc12345 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-02-2013, 09:09 AM
  6. Copying rows of data depending on the data type in a column
    By mels in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-04-2012, 02:58 AM
  7. Extract data depending on date?
    By Craigside in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-12-2009, 02:51 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