+ Reply to Thread
Results 1 to 4 of 4

Vlookup Date Format

  1. #1
    Registered User
    Join Date
    12-26-2012
    Location
    india
    MS-Off Ver
    Excel 2016
    Posts
    49

    Vlookup Date Format

    Dear Friends

    how to use vlookup add numbers and date(without change Date Format)
    Attached Files Attached Files

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Vlookup Date Format

    Try this one with TEXT function

    =IFERROR(VLOOKUP(H9,$A$9:$C$13,2,0),"")&"/"&TEXT(IFERROR(VLOOKUP(H9,$A$9:$C$13,3,0),""),"m/d/yyyy")
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: Vlookup Date Format

    Modify the formula in I9 as following:

    =IFERROR(VLOOKUP(H9,$A$9:$C$13,2,0),"")&"/"&IFERROR(TEXT(VLOOKUP(H9,$A$9:$C$13,3,0),"dd-mm-yyyy"),"")

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Vlookup Date Format

    You have to apply the TEXT function to the result of the 2nd vlookup so it will appear as a date.
    =+IFERROR(VLOOKUP(H9,$A$9:$C$13,2,0),"")&"/"&IFERROR(TEXT(VLOOKUP(H9,$A$9:$C$13,3,0),"m/d/yyyy"),"")

    Although the resulting value looks a bit wierd due to the / seperating the 2 vlookup results..

+ 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] Converting Date Text to Number format to use in a VLOOKUP to polpulate data based by date
    By Rossovich in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 04-08-2015, 10:43 AM
  2. Date format when using a vlookup
    By Dave Peterson in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 09-06-2005, 07:05 PM
  3. [SOLVED] Date format when using a vlookup
    By Rob Laman in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 06:05 PM
  4. Date format when using a vlookup
    By Rob Laman in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 PM
  5. Date format when using a vlookup
    By Rob Laman in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  6. Date format when using a vlookup
    By Rob Laman in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 06:05 AM
  7. [SOLVED] Date format when using a vlookup
    By Dave Peterson in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-06-2005, 05:05 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