Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3873918
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T22:05:33+00:00 2026-05-19T22:05:33+00:00

I am pasting data from a US webpage into an excel sheet. A European

  • 0

I am pasting data from a US webpage into an excel sheet. A European Excel cannot understand American dates…. so I paste it as Text.

The difference between US and European dates is that the day and month is in a different order. How do I get from a “US text date” to real date that “European” Excel can understand? Reading it as dates doesn’t work, so YEAR(), MONTH(), DAY() will not work on the native textstring. Some string conversion must be done first.

The third column is just to to show the problem. That is the result af MONTH function called on text in column “A”. It is taking the day for the month and therefore throws an error when reaching the 13th of September.

TEXT (from US web)       EU date (real date)            MONTH(A1)
9/8/10 10:03 PM          8. Sep 2010                    8
9/9/10 10:03 PM          9. Sep 2010                    9
9/10/10 10:03 PM         10. Sep 2010                   10
9/11/10 10:03 PM         11. Sep 2010                   11
9/12/10 9:40 PM          12. Sep 2010                   12
9/13/10 9:40 PM          13. Sep 2010                   ERROR
9/14/10 9:40 PM          14. Sep 2010                   ERROR
9/15/10 9:28 PM          15. Sep 2010                   ERROR

If there is no “conversion function” then a solution could be to split m/d/yy to three columns and create a date from that. If so I need some help with splitting the text into a day, month and year.

UPDATE with answer…. Lazarus came up with one that works. First, split the text in column A into Year, month and day. Then combine them eg. using the DATE function

  • Year: MID(A2,FIND("/",A2,FIND("/",A2,1)+1)+1,FIND(" ",A2,1)-FIND("/",A2,FIND("/",A2,1)+1)-1)
  • Month: MID(A2,1,FIND("/",A2,1)-1)
  • Day: MID(A2,FIND("/",A2,1)+1,FIND("/",A2,FIND("/",A2,1)+1)-FIND("/",A2,1)-1)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T22:05:33+00:00Added an answer on May 19, 2026 at 10:05 pm

    Assuming your first date is in Cell A2, then the following will convert from the US to the European structure.

    =DATE("2000"+MID(A2,FIND("/",A2,FIND("/",A2,1)+1)+1,
     FIND(" ",A2,1)-FIND("/",A2,FIND("/",A2,1)+1)-1),
     MID(A2,1,FIND("/",A2,1)-1),MID(A2,FIND("/",A2,1)+1, 
     FIND("/",A2,FIND("/",A2,1)+1)-FIND("/",A2,1)-1))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm pasting test data from a SQL results into my code. I'm using the
I am using BeautifulSoup to scrape data from a webpage. I want to compare
I have a webpage that accepts HTML-input from users. The input is converted into
I want to copy tabular data to Excel from my app. The most simple
I'm trying to retrieve data from an SQL Server 2000 server, and place into
in the current situation, when we post data from a webpage via the Jquery
Sometimes when a user is copying and pasting data into an input form we
My question is about passing data from kernel to a user space program. I
I'm reading XML data from the HttpServletRequest in my servlets doPost() and passing the
Trying to figure out a way where I can pass some data/fields from a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.