Results 1 to 8 of 8

Multiple Arguments: Problem = Vlookup to show last review date

Threaded View

  1. #1
    Registered User
    Join Date
    04-24-2012
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    15

    Multiple Arguments: Problem = Vlookup to show last review date

    I have a few criteria I want to include in one formula to ease the daily updating process. I believe I need to add an Array into the middle of this somewhere. Any help greatly appreciated.

    Criteria
    1. Notate if ID is a duplicate.
    2. If ID is a duplicate, has it been reviewed in last 30 days from trigger date? (Problem with my formula is that it grabs first review date only)
    3. Column to show Yes or No if ID needs to be reviewed.

    Thank you!
    =IF(E10="Duplicate",IF(D10-(VLOOKUP(A10,A:G,7,0))>30,"Yes","No"),IF(G10="","Yes","No"))

    Update!

    Ok so I figured out I can use an array to pull the last time any ID has been reviewed. Problem is that I cannot subtract the Array value from Trigger date. It keeps giving me 0 as a result. Anyone have a work around to get the difference between the two dates? Also is there a way to put this array into my original formula to make this all in one cell? Thank you!

    =MAX(IF($A$2:$A$5000=A3,$G$2:$G$5000))
    Attached Files Attached Files
    Last edited by sstendahl; 11-21-2014 at 06:46 PM. Reason: Update

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Problem with Vlookup - have value in sheet but show error #N/A
    By whaaz in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-10-2013, 09:17 AM
  2. Replies: 3
    Last Post: 01-29-2013, 01:30 PM
  3. Multiple date arguments
    By Forman in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 12-14-2012, 06:49 PM
  4. Vlookup of 1 cell containing multiple search arguments
    By MSazza in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-22-2011, 09:40 AM
  5. Multiple vlookup arguments
    By ichall in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-19-2005, 05:47 PM

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