LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
 
Posts: n/a
Default

If MYOB is exporting data in the US format, then Excel will convert
some of the
data to Australian format and leave some of the data as text.

If you could give some examples of the actual data; and also execute

an
ISTEXT() function on the erroneous data, we could better help.


The problem appears to be with MYOB. You can 'fix' this (at least
generate proper dates in dd/mm/yyyy format) by applying the following
formula (assuming that the MYOB date you want to alter is in cell B4):

=IF(ISTEXT(B4),DATE(RIGHT(B4,4),MID(B4,4,2),LEFT(B 4,2)),DATE(YEAR(B4),DAY(B4),MONTH(B4)))

This checks whether the cell is 'text' (i.e. Excel has been unable to
convert it to a date). If it is text, the formula constructs an
appropriate date by parsing the text string. If the date has been
interpreted as a date by Excel, the formula swaps the month and day to
give the proper date, as MYOB intended.

RC.

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
sharing/using/saving Excel 2002 files in Excel 2003 maze2009 Excel Discussion (Misc queries) 0 January 20th 05 07:27 PM
create a data entry form template in Excel 2003? david.bottomley@haltoncollege Excel Discussion (Misc queries) 0 January 19th 05 09:59 AM
dates in Excel 2003 [email protected] Excel Discussion (Misc queries) 3 January 4th 05 11:04 PM
Excel 2000 file when opened in Excel 2003 generates errors? Doug Excel Discussion (Misc queries) 13 December 25th 04 10:20 PM


All times are GMT +1. The time now is 02:34 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"