+ Reply to Thread
Results 1 to 7 of 7

downloaded data/WON – LOSS records arrived as DATES

  1. #1
    Registered User
    Join Date
    01-30-2019
    Location
    hi-desert
    MS-Off Ver
    16
    Posts
    9

    Lightbulb downloaded data/WON – LOSS records arrived as DATES

    when downloading sports data team WON – loss records download as dates. I know how to change through numbers/custom to make them look like a W – L record. But now I want to split the column so one column will have W the other L. Though in the cell it looks like W – L, address bar shows date. Some dates show as 4/6/2000 (the cell shows 4 – 6, actual record) others show 10 – 0 – 0, but there are no ties. Is there an easy remedy I would just like W – L in separate columns. And when using it within vlookup not to bring down date numbers again. My thanks in advance for any assistance. greatly appreciate it.
    Regards,
    gimp55

  2. #2
    Forum Expert kersplash's Avatar
    Join Date
    11-22-2016
    Location
    Perth
    MS-Off Ver
    Home 2016 (Windows 10)/Work 2013 Pro Plus (Windows 10)
    Posts
    2,012

    Re: downloaded data/WON – LOSS records arrived as DATES

    Can you attach a sample workbook mocking up your expected result.

    Go Advanced -> Manage Attachments -> Upload

  3. #3
    Registered User
    Join Date
    01-30-2019
    Location
    hi-desert
    MS-Off Ver
    16
    Posts
    9

    Re: downloaded data/WON – LOSS records arrived as DATES

    This is outcomes when I downloaded
    Home
    Team Win-Loss Win % MOV ATS +/-
    Abl Christian 10-0-0 100.00% 26.3 5.8
    Air Force 7-3 70.00% 6.1 4.6
    Akron 10-1 90.90% 15.3 2.9
    Alab A&M 3-4 42.90% -3.3 3.6


    This is how I'd like it to be
    Home
    Team Won Loss Win % MOV ATS +/-
    Abl Christian 10 0 100.00% 26.3 5.8
    Air Force 7 3 70.00% 6.1 4.6
    Akron 10 1 90.90% 15.3 2.9
    Alab A&M 3 4 42.90% -3.3 3.6

  4. #4
    Registered User
    Join Date
    01-30-2019
    Location
    hi-desert
    MS-Off Ver
    16
    Posts
    9

    Re: downloaded data/WON – LOSS records arrived as DATES

    saved as text went to advanced/attachment/? nothing, new to forum will figure it out. Above doesn'tline up as if in cells.

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,607

    Re: downloaded data/WON – LOSS records arrived as DATES

    Hello gimp55 and Welcome to Excel Forum.
    These formulas work for the sample data given.
    For wins: =IF(ISTEXT(B2),VALUE(LEFT(B2,SEARCH("-",B2)-1)),VALUE(MONTH(B2)))
    For losses: =IF(ISTEXT(B2),VALUE(MID(B2,SEARCH("-",B2)+1,SEARCH("/",SUBSTITUTE(B2,"-","/",2))-(SEARCH("-",B2)+1))),DAY(B2))
    As for uploading files: To attach a sample workbook (not a picture or pasted copy) click on the GO ADVANCED button below the Quick Reply window and then scroll down to Manage Attachments to open the upload window.
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  6. #6
    Registered User
    Join Date
    01-30-2019
    Location
    hi-desert
    MS-Off Ver
    16
    Posts
    9

    Re: downloaded data/WON – LOSS records arrived as DATES

    file uploaded hopefully in correct format
    gimp55
    Attached Files Attached Files

  7. #7
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: downloaded data/WON – LOSS records arrived as DATES

    If I understand correctly try this in H4 filled down and across to I7.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Dave

+ 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. Win Loss records copy as dates
    By chipgiii in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 11-14-2017, 03:05 AM
  2. Sum Column of Win-Loss-Tie records
    By nlarson in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-16-2016, 03:14 PM
  3. Win-Loss Records
    By IdonotknowExcel in forum Excel General
    Replies: 1
    Last Post: 02-04-2016, 07:19 PM
  4. Replies: 5
    Last Post: 01-13-2015, 01:42 PM
  5. Downloaded dates with lables
    By justme1052 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-16-2014, 08:48 PM
  6. Downloaded CSV shows wrong dates in Excel
    By idahak in forum Excel General
    Replies: 2
    Last Post: 11-22-2012, 04:19 AM
  7. Double Dashes Causing problems in downloaded records
    By RWN in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-12-2005, 01:35 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