+ Reply to Thread
Results 1 to 4 of 4

lookup unique value in column A then display todays date eight columns across ??

Hybrid View

  1. #1
    Registered User
    Join Date
    06-12-2013
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    18

    lookup unique value in column A then display todays date eight columns across ??

    Afternoon

    i have a Spreadsheet where column A is filled with unique numeric ID's (these relate to forms i get sent up to my desk)

    now when i get the form i do a search for the unique ID CTRL F and type in the number

    once found i go to column G and type in todays date / =TODAY()

    what i would like to do is on sheet 2 type in all the IDs at once (or 10 at a time) and then DATE them automatically

    i will create a macro button but i cant work out the formula using MATCH / INDEX / VLOOKUP or IF in various combinations?????

    lets say i type in the unique IDS in column Z on sheet 2 is there a way i can say
    FIND Z1 in sheet1 column A and display =TODAY() 8 rows across
    FIND Z2 in sheet1 column A and display =TODAY() 8 rows across
    FIND Z3 in sheet1 column A and display =TODAY() 8 rows across


    i thank you in advance as i know youll have a simple solution

    mike

  2. #2
    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,123

    Re: lookup unique value in column A then display todays date eight columns across ??

    you probably need to use a timestamp
    which can be used by a circular reference
    http://www.howtoexcelatexcel.com/exc...with-formulas/
    http://chandoo.org/wp/2009/01/08/tim...-formula-help/

    =IF(C3<>"",IF(B3="",NOW(),B3),"")

    set the circular reference as per the sites above
    in the cell 8 rows across - do you mean columns - so AH ?
    IF(iserror( Index(A:A, match(z1, A:A, 0))), "", IF(AH2="",NOW(),AH2))
    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.

  3. #3
    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
    53,048

    Re: lookup unique value in column A then display todays date eight columns across ??

    To quickly enter todays date, use CTRL ; enter
    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

  4. #4
    Registered User
    Join Date
    06-12-2013
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    18

    Re: lookup unique value in column A then display todays date eight columns across ??

    thankyou for the responses

    let me just clarify though AH is not the destination cell as i do not want it 8 across from Z, i think i explained it a bit wonky so ill try again as i was massively hungover yesterday !!!!


    i want to display the DATE 7 columns across (not rows sorry) from where the unique ID is found

    the spreadsheet will be filled with thousands of rows of data pulled from forms that have been filled out across the business

    the first column "A" will have a unique ID from the FORM and columns B,C,D,E,F,G will have various values in them (payees, amounts etc)

    We have to date when they are recieved

    instead of doing CTRL F to search for it and then type in the date i want to simply type in the unique ID (lets say in Z1 then Z2 3 4 5 6 7 8 9 & Z10) and the date to appear in column H of the row the unique ID is in

    once i have the formula i will build a simple macro to keep the dates in there and clear the data entry cells (Z1 - Z10)


    i will be using this formula for a few other projects aswell so your help is greatfully recieved

    regards

    mike

+ 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