Convert Quicken files to Excel

Patric

New Member
Joined
Jan 28, 2011
Messages
7
Hello friends:

How would I convert Quicken files to Excel?

My bank provides information in .qfx files. I do not own a Quicken program and I cannot locate a conversion tool.

There must be thousands of people with the same dilemma...can someone please give me some advice and direction?

Thanks in advance.
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
It's seems possibly that qfx is an xml-based format. What does it look like in notepad? I saw one reference that an ofx reader might work - not sure though.

If you post sample data enclose it in noparse tags:
[NOPARSE]your file data without sample data (not actual)[/NOPARSE]
 
Last edited:
Upvote 0
It's seems possibly that qfx is an xml-based format. What does it look like in notepad? I saw one reference that an ofx reader might work - not sure though.

If you post sample data enclose it in noparse tags:
[NOPARSE]your file with sample data[/NOPARSE]

dummy up actual financial figures.
 
Upvote 0
It's seems possibly that qfx is an xml-based format. What does it look like in notepad? I saw one reference that an ofx reader might work - not sure though.

If you post sample data enclose it in noparse tags:
[NOPARSE]your file with sample data[/NOPARSE]

dummy up actual financial figures.
Here is a tad of the stuff from .qfx to Notepad:

OFXHEADER:100
DATA:OFXSGML
VERSION:102
SECURITY:NONE
ENCODING:USASCII
CHARSET:1252
COMPRESSION:NONE
OLDFILEUID:NONE
NEWFILEUID:NONE

<OFX>
<SIGNONMSGSRSV1>
<SONRS>
<STATUS>
<CODE>0
<SEVERITY>INFO
</STATUS>
<DTSERVER>20111104025820
<LANGUAGE>ENG
<FI>
 
Upvote 0
That appears to be a header of some kind. This is interesting:

DATA:OFXSGML

Do you see the data? It appears it may be be a form of ofx (ofxsgml) so there still hope an OFX reader would work, or we can parse the sgml markup.
 
Upvote 0
Hi X...and thanks.

I downloaded BRC OFX Reader. The final product looks like the notepad version...here's a sample:

<table border="0" cellpadding="0" cellspacing="0" width="259"><col style="mso-width-source:userset;mso-width-alt:7131;width:146pt" width="195"> <col style="width:48pt" width="64"> <tbody><tr style="height:15.0pt" height="20"> <td style="height:15.0pt;width:146pt" height="20" width="195"><OFX></td> <td style="width:48pt" width="64">
</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20"><SIGNONMSG</td> <td>SRSV1></td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20"><SONRS></td> <td>
</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20"><STATUS></td> <td>
</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20"><CODE>0</td> <td>
</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20"><SEVERITY></td> <td>INFO</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20"></STATUS></td> <td>
</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20"><DTSERVER></td> <td align="right">2.01E+10</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20"><LANGUAGE></td> <td>ENG</td> </tr> </tbody></table>
 
Upvote 0
Afraid you have to use the no parse tags to display the data in html (see my first post), or it comes out as garbage in a browser window.
 
Upvote 0
Well, I do not understand how to use parse tags, so I have a couple of choices...

1) a time-consuming work-around.

or

2) ask for advice and direction on parse tags.

If you have the time and inclination, I would certainly follow up.
 
Upvote 0

Forum statistics

Threads
1,213,560
Messages
6,114,306
Members
448,564
Latest member
ED38

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top