+ Reply to Thread
Results 1 to 3 of 3

Thread: date formula

  1. #1
    Registered User
    Join Date
    06-20-2008
    Posts
    5

    date formula

    I am looking for a formula to use the current day as a reference and return the value listed for the current date.

    Ex: Row 1 has the dates listed.
    Row 2 has a dollar value.

    The formula should update the number each day based on the matching date in row 1 and the corresponding value below shoudl be returned.

    This formula does not work like I want it to, but it is what I have been trying to get to work.

    =IF(A1:F1,"<=" & DATE(YEAR(TODAY())-1,MONTH(TODAY()),DAY(TODAY())),A2:F2)


    Thanks

  2. #2
    Registered User
    Join Date
    04-18-2008
    Posts
    80
    Try something like this

    =HLOOKUP(TODAY(),A1:F2,2)

  3. #3
    Registered User
    Join Date
    06-20-2008
    Posts
    5
    That works great. Thanks TIPPYS!

+ 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.2.0