+ Reply to Thread
Results 1 to 2 of 2

Determine date, return a value from adjacent cell

  1. #1
    Registered User
    Join Date
    05-02-2014
    Location
    Rochester, Mi.
    MS-Off Ver
    Excel 2010
    Posts
    3

    Determine date, return a value from adjacent cell

    Hello all,

    column 1 is vouchers
    column 2 is date

    vouchers column is populated with a voucher code for every date
    date column is populated with dates beginning with today, ending with the last day of the year.

    I would like to create a function that evaluates the date file, If date = today's date, return value in the adjacent vouchers column. Pretty easy, I guess!

    Miles

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Determine date, return a value from adjacent cell

    you would need to use index/match as vlookup works from left to right

    so

    =INDEX(A:A, MATCH(TODAY(),B:B,0))
    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.

+ 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. Adding up a row of numbers until they are > than a cell and then return adjacent date
    By thunderbirdlindy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-20-2014, 06:09 PM
  2. [SOLVED] Need a function to return latest date after searching text in an adjacent column
    By kevindict in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-03-2013, 12:50 PM
  3. Replies: 6
    Last Post: 08-21-2013, 07:40 PM
  4. determine if cell is empty and return date
    By Acidman629 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-17-2013, 01:40 PM
  5. Replies: 11
    Last Post: 07-10-2010, 07:58 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