+ Reply to Thread
Results 1 to 4 of 4

Partial lookup in one column, return text in another column

  1. #1
    Registered User
    Join Date
    06-09-2020
    Location
    Roswell, Georgia
    MS-Off Ver
    MS Office 365
    Posts
    9

    Partial lookup in one column, return text in another column

    I need a formula that if a date (with a name) in one cell, depending on the date, returns the day of the week to the adjacent cell. There are only two dates. I'm pretty sure it would have a VLOOKUP with wild cards.. but I have no idea where to start.
    Attached Files Attached Files
    Last edited by tektools; 10-16-2020 at 01:36 PM. Reason: Awesome solution. Thank you!

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,455

    Re: Partial lookup in one column, return text in another column

    B1:

    Please Login or Register  to view this content.
    Quang PT

  3. #3
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,577

    Re: Partial lookup in one column, return text in another column

    If default date format is mm/dd/yyyy

    Please Login or Register  to view this content.
    If default date format is dd/mm/yyyy

    Please Login or Register  to view this content.
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Partial lookup in one column, return text in another column

    for US region date format setting with M/d/yy
    Please try

    =TEXT(LEFT(A1,FIND(" ",A1)),"ddd")

+ 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] 2 cell text lookup in text string to return data from separate column
    By Zivhodiva in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-08-2019, 03:03 PM
  2. VBA: Look for partial text in Column A from Column B and paste text offset Column A
    By coryspeth in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 10-07-2018, 05:53 AM
  3. [SOLVED] Find cell in array that contains partial text and use column # of cell to lookup value
    By chuckyfang in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-27-2016, 10:19 AM
  4. Partial lookup from text string, return value from lookup list
    By TotallyLost in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-13-2016, 12:14 PM
  5. Return any values from partial text in single reference column
    By baba_jb in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-30-2013, 01:03 AM
  6. Lookup partial value and return text I define
    By Venessa in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-11-2013, 11:21 AM
  7. Lookup text in Column A in Column B and return text in Column A
    By roshnidutt in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-05-2013, 05:14 AM

Tags for this Thread

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