<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Importing Inventory with Excel</title>
	<atom:link href="http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/</link>
	<description>How to make QuickBooks work for you...</description>
	<lastBuildDate>Sun, 14 Mar 2010 03:49:10 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Charlie</title>
		<link>http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/comment-page-3/#comment-4390</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Sun, 21 Feb 2010 18:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/#comment-4390</guid>
		<description>Nihar, lots of people will say that you can use the IIF import method to get assembies into QuickBooks, as you outline. I would like to point out that you should ALWAYS make a backup copy of your company file BEFORE importing from IIF, as that IIF process can possibly damage your data file (doesn&#039;t happen always, but often enough to be a concern). In addition, you can&#039;t &quot;undo&quot; an import easily, so you want to have that backup in case you have to roll things back if it didn&#039;t work the way you expect.

Also, if you are creating custom items, adding every new item as a new assembly can be problematical as you are filling up your item list with new items that you won&#039;t reuse. There are some downsides to that.</description>
		<content:encoded><![CDATA[<p>Nihar, lots of people will say that you can use the IIF import method to get assembies into QuickBooks, as you outline. I would like to point out that you should ALWAYS make a backup copy of your company file BEFORE importing from IIF, as that IIF process can possibly damage your data file (doesn&#8217;t happen always, but often enough to be a concern). In addition, you can&#8217;t &#8220;undo&#8221; an import easily, so you want to have that backup in case you have to roll things back if it didn&#8217;t work the way you expect.</p>
<p>Also, if you are creating custom items, adding every new item as a new assembly can be problematical as you are filling up your item list with new items that you won&#8217;t reuse. There are some downsides to that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nihar Upadhyaya</title>
		<link>http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/comment-page-3/#comment-4383</link>
		<dc:creator>Nihar Upadhyaya</dc:creator>
		<pubDate>Sat, 20 Feb 2010 17:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/#comment-4383</guid>
		<description>I have been using Qbooks for quite a while. Am using Ent 8.0 version. I had a problem because we manufacture products and each product is a custom item and was in a need where I can import the assembly items from Excel to quickbooks item list. 

However, went to plenty of forums and was not able to find anything helpful and everyone said that you cannot import inventory assembly directly into qbooks. So I have improvised and have been able to achieve the same. I would like to share it with everyone and especially who are in the same boat as me. 
1. First- You will need to create one item of each type of inventory assembly items manually in qbooks. Just like how you create a new item. 
2. Go to File---Utilities---Export----iif files and check the box for items only. 
3. Select a location where you want to export the item list (.iif file).
4. Open the exported iif file using excel. Because it is an iif file it will consider it as a csv or delimited text file. Just keep hitting next, next and finish on excel dilimited screen. 
5. Once you click finish, you will see the excel datasheet which looks like an excel datasheet. 
6. Locate the inventory assembly item which you are trying to duplicate or make a copy with the exact Bill of Materials (Raw Materials).
7. Start copying everything from start of (!invitem). Select the whole row and each of the next of the rows till you see the row which has (EndAssembly)- So you will select total of 1 row for the inventory assembly item name and description + all the rows for all bill of materials (if you have 4 Bill of Materials you will selected all 4 rows and they should be the 4 rows after the name for inventory assembly) with the row which has the headers for Bill of Materials+ Row which contains !InvItem + Row which contains EndAssembly so total of (1(!InvItem) + 1 (Inventory Assembly item description and Name) 1 (BOM header)+4 (BOM) + 1 (EndAssembly)= 8 Total Rows to be selected. 
8. Copy them to a new excel datasheet. Now you can copy the same 8 rows for as many times as you want. So lets say if you want to add 10 similar items like the one you copied with same or similar Bill of Materials. Change the actual bill of materials or quantity of each one of them independently as you would do when you create a new item in Qbooks. Just make sure that the Bill of materials that you are using for these new items are already in quickbooks (items already created and you are using the same name- exact spelling). If quickbooks does not find the same BOM already defined in the system, it will create new items by the names which you have mentioned in the new file which you are working on).
9. So only think you are changing is the item description - Text, Bill of Materials (BOM) of Inventory parts for the new assembly items you are tyring to create and the qty and prices for BOM.
10. Once you have done so, you can save the excel file as others and save as Text (TXT) file. 
11. Remane the TXT file to IIF file (Just change the extension of the file_ Nothing else)
12. Go qbooks- File---Utilities---Import and import the IIF file. Go to Item List and you will see your new Inventory Assembly Items in the list. 

It is complicated the first time you do it, but believe me you will get a hang of it pretty soon. It works so good when you are trying to create plenty of inventory assembly items with similar descriptions, similar BOM or as a matter of fact any inventory assembly items. 

I hope this is helpful to all the people who are wanting to import inventory assembly items from excel to quickbooks. 

Enjoy!!!!!</description>
		<content:encoded><![CDATA[<p>I have been using Qbooks for quite a while. Am using Ent 8.0 version. I had a problem because we manufacture products and each product is a custom item and was in a need where I can import the assembly items from Excel to quickbooks item list. </p>
<p>However, went to plenty of forums and was not able to find anything helpful and everyone said that you cannot import inventory assembly directly into qbooks. So I have improvised and have been able to achieve the same. I would like to share it with everyone and especially who are in the same boat as me.<br />
1. First- You will need to create one item of each type of inventory assembly items manually in qbooks. Just like how you create a new item.<br />
2. Go to File&#8212;Utilities&#8212;Export&#8212;-iif files and check the box for items only.<br />
3. Select a location where you want to export the item list (.iif file).<br />
4. Open the exported iif file using excel. Because it is an iif file it will consider it as a csv or delimited text file. Just keep hitting next, next and finish on excel dilimited screen.<br />
5. Once you click finish, you will see the excel datasheet which looks like an excel datasheet.<br />
6. Locate the inventory assembly item which you are trying to duplicate or make a copy with the exact Bill of Materials (Raw Materials).<br />
7. Start copying everything from start of (!invitem). Select the whole row and each of the next of the rows till you see the row which has (EndAssembly)- So you will select total of 1 row for the inventory assembly item name and description + all the rows for all bill of materials (if you have 4 Bill of Materials you will selected all 4 rows and they should be the 4 rows after the name for inventory assembly) with the row which has the headers for Bill of Materials+ Row which contains !InvItem + Row which contains EndAssembly so total of (1(!InvItem) + 1 (Inventory Assembly item description and Name) 1 (BOM header)+4 (BOM) + 1 (EndAssembly)= 8 Total Rows to be selected.<br />
8. Copy them to a new excel datasheet. Now you can copy the same 8 rows for as many times as you want. So lets say if you want to add 10 similar items like the one you copied with same or similar Bill of Materials. Change the actual bill of materials or quantity of each one of them independently as you would do when you create a new item in Qbooks. Just make sure that the Bill of materials that you are using for these new items are already in quickbooks (items already created and you are using the same name- exact spelling). If quickbooks does not find the same BOM already defined in the system, it will create new items by the names which you have mentioned in the new file which you are working on).<br />
9. So only think you are changing is the item description &#8211; Text, Bill of Materials (BOM) of Inventory parts for the new assembly items you are tyring to create and the qty and prices for BOM.<br />
10. Once you have done so, you can save the excel file as others and save as Text (TXT) file.<br />
11. Remane the TXT file to IIF file (Just change the extension of the file_ Nothing else)<br />
12. Go qbooks- File&#8212;Utilities&#8212;Import and import the IIF file. Go to Item List and you will see your new Inventory Assembly Items in the list. </p>
<p>It is complicated the first time you do it, but believe me you will get a hang of it pretty soon. It works so good when you are trying to create plenty of inventory assembly items with similar descriptions, similar BOM or as a matter of fact any inventory assembly items. </p>
<p>I hope this is helpful to all the people who are wanting to import inventory assembly items from excel to quickbooks. </p>
<p>Enjoy!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/comment-page-3/#comment-4143</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Fri, 22 Jan 2010 02:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/#comment-4143</guid>
		<description>Gene, you can also try the import tool that I review at http://qbblog.ccrsoftware.info/2010/01/importing-quickbooks-transactions-with-transaction-pro-importer/

Make sure that you didn&#039;t damage the file when you edited it. A simple test is to export the file, delete all lines except one item, change the description to say &quot;imported&quot;, and then try the import. That is with just minor changes. Sometimes QB can get really cranky with this import feature.</description>
		<content:encoded><![CDATA[<p>Gene, you can also try the import tool that I review at <a href="http://qbblog.ccrsoftware.info/2010/01/importing-quickbooks-transactions-with-transaction-pro-importer/" rel="nofollow">http://qbblog.ccrsoftware.info/2010/01/importing-quickbooks-transactions-with-transaction-pro-importer/</a></p>
<p>Make sure that you didn&#8217;t damage the file when you edited it. A simple test is to export the file, delete all lines except one item, change the description to say &#8220;imported&#8221;, and then try the import. That is with just minor changes. Sometimes QB can get really cranky with this import feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gene</title>
		<link>http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/comment-page-3/#comment-4139</link>
		<dc:creator>Gene</dc:creator>
		<pubDate>Thu, 21 Jan 2010 21:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/#comment-4139</guid>
		<description>I’m attempting to import an item list, I selected the file from excel (I exported, modified pricing and saved) and QB will not allow me to import. It says only CSV or excel files are allowed. It is an excel file. I attempted to map the file and the drop out does not appear. When I choose add or select a map, no drop down, I select Mapping and it asks me to Specify file to import.???</description>
		<content:encoded><![CDATA[<p>I’m attempting to import an item list, I selected the file from excel (I exported, modified pricing and saved) and QB will not allow me to import. It says only CSV or excel files are allowed. It is an excel file. I attempted to map the file and the drop out does not appear. When I choose add or select a map, no drop down, I select Mapping and it asks me to Specify file to import.???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gene</title>
		<link>http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/comment-page-3/#comment-4136</link>
		<dc:creator>Gene</dc:creator>
		<pubDate>Thu, 21 Jan 2010 16:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/#comment-4136</guid>
		<description>I&#039;m attempting to import an item list, I selected the file from excel (I exported, modified pricing and saved) and QB will not allow me to import. It says only CSV or excel files are allowed. It is an excel file. I attempted to map the file and the drop out does not appear. When I choose add or select a map, no drop down, I select Mapping and it asks me to Specify file to import.???</description>
		<content:encoded><![CDATA[<p>I&#8217;m attempting to import an item list, I selected the file from excel (I exported, modified pricing and saved) and QB will not allow me to import. It says only CSV or excel files are allowed. It is an excel file. I attempted to map the file and the drop out does not appear. When I choose add or select a map, no drop down, I select Mapping and it asks me to Specify file to import.???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/comment-page-3/#comment-3982</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Tue, 05 Jan 2010 17:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/#comment-3982</guid>
		<description>AW -- read the third bullet point under Problems/Restrictions/Notes in the article.

I can map out the cost field fine, to get COGS you have to make it a two sided item, I believe.</description>
		<content:encoded><![CDATA[<p>AW &#8212; read the third bullet point under Problems/Restrictions/Notes in the article.</p>
<p>I can map out the cost field fine, to get COGS you have to make it a two sided item, I believe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AW</title>
		<link>http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/comment-page-3/#comment-3981</link>
		<dc:creator>AW</dc:creator>
		<pubDate>Tue, 05 Jan 2010 17:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/#comment-3981</guid>
		<description>I&#039;m importing Non-inventory items using Quickbooks Premier Contractor 2008 US</description>
		<content:encoded><![CDATA[<p>I&#8217;m importing Non-inventory items using Quickbooks Premier Contractor 2008 US</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/comment-page-3/#comment-3979</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Tue, 05 Jan 2010 17:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/#comment-3979</guid>
		<description>AW - what &quot;item type&quot; are you importing, what version/edition/year/nationality of QuickBooks are you using?</description>
		<content:encoded><![CDATA[<p>AW &#8211; what &#8220;item type&#8221; are you importing, what version/edition/year/nationality of QuickBooks are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AW</title>
		<link>http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/comment-page-3/#comment-3974</link>
		<dc:creator>AW</dc:creator>
		<pubDate>Tue, 05 Jan 2010 15:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/#comment-3974</guid>
		<description>Charlie,
I have followed the steps that you listed to import from Excel and it seems to work fine with the exception of bringing in the COGS account and the Cost. Any idea as to why it wouldn&#039;t be working correctly? I have double checked my mapping and the formats were copied directly from an items list export.
Thanks!</description>
		<content:encoded><![CDATA[<p>Charlie,<br />
I have followed the steps that you listed to import from Excel and it seems to work fine with the exception of bringing in the COGS account and the Cost. Any idea as to why it wouldn&#8217;t be working correctly? I have double checked my mapping and the formats were copied directly from an items list export.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/comment-page-3/#comment-3892</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Mon, 28 Dec 2009 17:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://qbblog.ccrsoftware.info/2008/04/importing-inventory-with-excel/#comment-3892</guid>
		<description>Were you using the &quot;advanced Excel&quot; import, or another method?

Unfortunately, without having my hands on the files, there isn&#039;t much more that I can tell you.</description>
		<content:encoded><![CDATA[<p>Were you using the &#8220;advanced Excel&#8221; import, or another method?</p>
<p>Unfortunately, without having my hands on the files, there isn&#8217;t much more that I can tell you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
