+ Reply to Thread
Results 1 to 4 of 4

Assistance with Split Function

Hybrid View

  1. #1
    Registered User
    Join Date
    08-01-2005
    Posts
    14

    Assistance with Split Function

    I am attempting to search through column "P" and mark "1" in column "Q" if it contains Current date and Name next to it. The only problem is that the entrys will be something like "5/13/2008 8:51:24 AM Raul Martinez Sent Email to Analyst for Status Update." So what I need to do is search through all the information in that cell and find the DATE and then look to see if the Name is tied to it. can anyone help?

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    ..then look to see if the Name is tied to it
    how are you supposed to know this? Is there a list to match up against?
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    08-01-2005
    Posts
    14
    Sorry, Forgot to upload an example... Here is an example file. I know it is very vague but basically I need to search through a exported worklog to find any criteria where Adam updated the worklog for that specific date.
    Attached Files Attached Files

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Perhaps in Q1:


    =--ISNUMBER(MATCH("5/13/2008"&"*Adam Beutnagel*",P1,0))

    or if you have the date stored in say A1 and the name in B1, then....

    =--ISNUMBER(MATCH(TEXT($A$1,"m/dd/yyyy")&"*"&$B$1&"*",P1,0))

    either formula copied down will give 1 if a match found and 0 if not.

+ 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.6.0 RC 1