<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>ExcelBanter</title>
		<link>http://www.excelbanter.com</link>
		<description>A Excel forum covering all aspects of Microsoft Excel acting as a web gateway with the finest Micorsoft Excel community newsgroups</description>
		<language>en</language>
		<lastBuildDate>Wed, 14 May 2008 01:05:26 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.excelbanter.com/images/002/misc/rss.jpg</url>
			<title>ExcelBanter</title>
			<link>http://www.excelbanter.com</link>
		</image>
		<item>
			<title>using the countif function</title>
			<link>http://www.excelbanter.com/showthread.php?t=187317&amp;goto=newpost</link>
			<pubDate>Tue, 13 May 2008 22:23:01 GMT</pubDate>
			<description>Hi All
im using the countif function to add up all the cells in a range that 
contain the Letter D the formula works but the problem im having is that if...</description>
			<content:encoded><![CDATA[<div>Hi All<br />
im using the countif function to add up all the cells in a range that <br />
contain the Letter D the formula works but the problem im having is that if <br />
there is on D in the range then the formula returns the 0 (zero) value how do <br />
i get it to just leave the cell blank ??? ps ive tries addin ,&quot;&quot;) this does <br />
not work<br />
<br />
cheers guys or gals<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=5">Excel Worksheet Functions</category>
			<dc:creator>harrimanxix</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=187317</guid>
		</item>
		<item>
			<title>Adding like rows</title>
			<link>http://www.excelbanter.com/showthread.php?t=187296&amp;goto=newpost</link>
			<pubDate>Tue, 13 May 2008 22:14:37 GMT</pubDate>
			<description><![CDATA[I use Excel 2003.  I have a 100 row spreadsheet with 3 columns:
Amount, Value A & Value B.  What is the easiest way to create a second
3 column spreadsheet...]]></description>
			<content:encoded><![CDATA[<div>I use Excel 2003.  I have a 100 row spreadsheet with 3 columns:<br />
Amount, Value A &amp; Value B.  What is the easiest way to create a second<br />
3 column spreadsheet where each row is unique Value A - Value B<br />
combination and the 3rd column is the total of every amount in the<br />
original spreadsheet with that particular A-B value.<br />
<br />
To illustrate with a simple example, if I start with:<br />
<br />
$500   10   265<br />
$200   10   265<br />
$100   20   300<br />
$300   20   300<br />
<br />
I want this result:<br />
<br />
$700   10  265<br />
$400   20  300<br />
<br />
Thanks very much,<br />
Dave<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=8">Excel  Discussion (Misc queries)</category>
			<dc:creator>roadworthy@gmail.com</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=187296</guid>
		</item>
		<item>
			<title>End if without Block If</title>
			<link>http://www.excelbanter.com/showthread.php?t=187316&amp;goto=newpost</link>
			<pubDate>Tue, 13 May 2008 22:14:22 GMT</pubDate>
			<description>I think I am trying to do too much in one line but I am not sure how to write
it correctly. I want the user to be able to click on cell P1 and then a
message...</description>
			<content:encoded><![CDATA[<div>I think I am trying to do too much in one line but I am not sure how to write<br />
it correctly. I want the user to be able to click on cell P1 and then a<br />
message box ask if they have completed the input - If yes, then save the file<br />
name and date, if no then end sub. I am getting the error message above and<br />
can't figure it out. Can anyone help?<br />
<br />
Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)<br />
      Dim ans As Long<br />
   <br />
   If Target.Address = Range(&quot;p1&quot;).Address Then ans = MsgBox(&quot;Are you<br />
finished inputing Daily Info?&quot;, vbYesNo)<br />
   If ans = vbNo Then ActiveWorkbook.SaveAs Filename:=Range(&quot;A1&quot;).Value &amp;<br />
Format(Worksheets(&quot;Daily&quot;).Range(&quot;ax1&quot;).Value, &quot;yyyy-mm-dd&quot;) &amp; &quot;.xls&quot;<br />
   <br />
   End If<br />
End Sub<br />
<br />
Thanks<br />
Carrie<br />
<br />
-- <br />
Message posted via OfficeKB.com<br />
<a href="http://www.officekb.com/Uwe/Forums.aspx/excel-functions/200805/1" target="_blank">http://www.officekb.com/Uwe/Forums.a...tions/200805/1</a><br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=5">Excel Worksheet Functions</category>
			<dc:creator>Carrie_Loos via OfficeKB.com</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=187316</guid>
		</item>
		<item>
			<title>Saving as CSV File</title>
			<link>http://www.excelbanter.com/showthread.php?t=187295&amp;goto=newpost</link>
			<pubDate>Tue, 13 May 2008 22:14:00 GMT</pubDate>
			<description>I am attempting to save a worksheet as a CSV or TXT file to import into 
another program. When I attempt to save as the nly file options presented are 
xls or...</description>
			<content:encoded><![CDATA[<div>I am attempting to save a worksheet as a CSV or TXT file to import into <br />
another program. When I attempt to save as the nly file options presented are <br />
xls or all file types. I save the file with a csv extension.<br />
<br />
When I attempt to import the file it is not recognized as a CSV. Save thing <br />
when I save as txt.<br />
<br />
Am I missing something. Using Excel 2003 SP#. <br />
<br />
Note we are also integrated with Hummingbird DM5 (OPEN TEXT)<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=8">Excel  Discussion (Misc queries)</category>
			<dc:creator>Steve Wade</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=187295</guid>
		</item>
		<item>
			<title>how do i find what cells equal a certain number?</title>
			<link>http://www.excelbanter.com/showthread.php?t=187294&amp;goto=newpost</link>
			<pubDate>Tue, 13 May 2008 22:12:00 GMT</pubDate>
			<description>I have a string of dollar amounts and I am trying to see if there is a quick 
way to find out what amounts will total a fixed number.  For example, I have 
a...</description>
			<content:encoded><![CDATA[<div>I have a string of dollar amounts and I am trying to see if there is a quick <br />
way to find out what amounts will total a fixed number.  For example, I have <br />
a number of cells, and I want to see what cells will total $500,000.00<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=8">Excel  Discussion (Misc queries)</category>
			<dc:creator>tdub</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=187294</guid>
		</item>
		<item>
			<title>Custom Format as Currency with If/Then ($1B or $500M)</title>
			<link>http://www.excelbanter.com/showthread.php?t=187301&amp;goto=newpost</link>
			<pubDate>Tue, 13 May 2008 22:07:01 GMT</pubDate>
			<description><![CDATA[Trying to get a column to auto-format numbers based on value - I've
done some Google searching, checked through newsgroup archives and
must be looking in the...]]></description>
			<content:encoded><![CDATA[<div>Trying to get a column to auto-format numbers based on value - I've<br />
done some Google searching, checked through newsgroup archives and<br />
must be looking in the wrong place.<br />
<br />
I have a variety of numbers from $146.0B to $.0093B using a Custom<br />
Format of $#.0####,,,&quot;B&quot;. Ideally, the &quot;$.0093B&quot; should be rendering<br />
as $9.3M but I'm not sure how to do an if/then statement or some sort<br />
of tweak to allow this to happen.<br />
<br />
 Is this even possible or should I do everything in millions?<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=4">New Users to Excel</category>
			<dc:creator>bkdelong@pobox.com</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=187301</guid>
		</item>
		<item>
			<title>Adding 1 everytime something is in a column</title>
			<link>http://www.excelbanter.com/showthread.php?t=187293&amp;goto=newpost</link>
			<pubDate>Tue, 13 May 2008 22:02:01 GMT</pubDate>
			<description>I have an empty column that I fill with numbers that could be 2, 30, etc.
( from A1 to A40). In A41 I like to have a total of cells with numbers on it
( not...</description>
			<content:encoded><![CDATA[<div>I have an empty column that I fill with numbers that could be 2, 30, etc.<br />
( from A1 to A40). In A41 I like to have a total of cells with numbers on it<br />
( not the sum ), in other words, A41=total of cells filled from A1 to A40.<br />
Thanks in advance for the formula ( no VBA please ).<br />
-- <br />
Socrates said: I only know, I don''''''''t know nothing.<br />
I say : I don''''''''t even know, I don''''''''t<br />
know nothing.<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=8">Excel  Discussion (Misc queries)</category>
			<dc:creator>Learning Excel</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=187293</guid>
		</item>
		<item>
			<title>Disappearing Drop-down Box in Excel</title>
			<link>http://www.excelbanter.com/showthread.php?t=187292&amp;goto=newpost</link>
			<pubDate>Tue, 13 May 2008 21:56:02 GMT</pubDate>
			<description>want to create a drop-down list in Excel that removes the entry once it is 
used.  That is, the entries that have not been used remain viewable and 
available...</description>
			<content:encoded><![CDATA[<div> want to create a drop-down list in Excel that removes the entry once it is <br />
used.  That is, the entries that have not been used remain viewable and <br />
available to the user, those that have been used are not shown in the list.<br />
<br />
Anyone ever done this in Excel?<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=8">Excel  Discussion (Misc queries)</category>
			<dc:creator>Bill</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=187292</guid>
		</item>
		<item>
			<title><![CDATA[Excel 2007 - Nothing shows up in the cell while I'm typing!]]></title>
			<link>http://www.excelbanter.com/showthread.php?t=187291&amp;goto=newpost</link>
			<pubDate>Tue, 13 May 2008 21:53:00 GMT</pubDate>
			<description><![CDATA[I'm running into an issue with a range of cells in a spreadsheet where 
nothing shows up in the cell as I type.  I can see the cursor moving 
to the right to...]]></description>
			<content:encoded><![CDATA[<div>I'm running into an issue with a range of cells in a spreadsheet where <br />
nothing shows up in the cell as I type.  I can see the cursor moving <br />
to the right to show that I'm typing something, but the value that I'm <br />
typing doesn't actually appear in the cell until I hit &lt;Enter&gt;. <br />
<br />
I'm maintaining a large workbook with lots of formulas and named <br />
ranges.  It was built by someone who no longer works here, so I'd <br />
rather not blow it away and start over.  It appears it was built using <br />
Excel 2003.  I'm now managing the file in Excel 2007.  I've been <br />
adding records to this spreadsheet for several days now and didn't <br />
have this issue.  But now all of a sudden, I get to a certain row (in <br />
this case, Row 1776) and nothing I type shows up until I hit enter. <br />
If I clear the contents of any row above row 1776, I can clearly see <br />
everything as I type it.  But with Row 1776 and beyone, I can't see <br />
what I type. <br />
<br />
<br />
I am able to see what I'm typing in the formula bar at the top of the <br />
page, but not in the cell itself. <br />
<br />
<br />
Any help would be greatly appreciated! <br />
<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=8">Excel  Discussion (Misc queries)</category>
			<dc:creator>TomO</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=187291</guid>
		</item>
		<item>
			<title>can I take info in rows to another sheet as row headings?</title>
			<link>http://www.excelbanter.com/showthread.php?t=187290&amp;goto=newpost</link>
			<pubDate>Tue, 13 May 2008 21:44:02 GMT</pubDate>
			<description>I have colum headings project #, discription, location, year, budgeted.
30-40 different projects filled out in the rows.

Can I get excel to take the info on...</description>
			<content:encoded><![CDATA[<div>I have colum headings project #, discription, location, year, budgeted.<br />
30-40 different projects filled out in the rows.<br />
<br />
Can I get excel to take the info on each project, (#, discription, location, <br />
year, budgeted), to another sheet?  Such as if I have a template sheet that I <br />
would like the info inserted into, and linked to, so that I have a sheet on <br />
each project in my spreadsheet.<br />
<br />
Thanks<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=8">Excel  Discussion (Misc queries)</category>
			<dc:creator>Lukengruven</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=187290</guid>
		</item>
		<item>
			<title><![CDATA[Excel File exported from Quickbooks does'nt register numbers as nu]]></title>
			<link>http://www.excelbanter.com/showthread.php?t=187315&amp;goto=newpost</link>
			<pubDate>Tue, 13 May 2008 21:40:00 GMT</pubDate>
			<description><![CDATA[Hello,

I am exporting a report from Quickbooks Point of Sale Pro 5.0 to Excel 2000 
and trying to create a "sum of"  calculation.  The sum always comes to 0. ...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I am exporting a report from Quickbooks Point of Sale Pro 5.0 to Excel 2000 <br />
and trying to create a &quot;sum of&quot;  calculation.  The sum always comes to 0.  It <br />
is not registering the numbers as a number.  However, if I do not use the <br />
&quot;sum of&quot; button, and just put + (plus sign) and click each cell, it will add <br />
the cells correctly.  I have tried to use the Format Cells option but cannot <br />
find a way to correct this problem.  I have also noticed that when I go to <br />
save it tells me that it is not the most recent version of Excel.  I have <br />
tried choosing to save to the most recent version or not and it doesn't make <br />
a difference.  I would love to be able to use the &quot;sum of&quot; button because I <br />
am adding a great number of cells.  Any suggestions would be greatly <br />
appreciated.<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=5">Excel Worksheet Functions</category>
			<dc:creator>skoo</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=187315</guid>
		</item>
		<item>
			<title>How do I sort A1 THROUGH F26 alphabetically?</title>
			<link>http://www.excelbanter.com/showthread.php?t=187289&amp;goto=newpost</link>
			<pubDate>Tue, 13 May 2008 21:33:02 GMT</pubDate>
			<description>I have columns A through F.  Each column has 26 rows with inventory items 
(text).  When I try to sort it, it sorts BY column A and the other columns 
remain...</description>
			<content:encoded><![CDATA[<div>I have columns A through F.  Each column has 26 rows with inventory items <br />
(text).  When I try to sort it, it sorts BY column A and the other columns <br />
remain unsorted.  Apparently, I can only sort each column separately but I <br />
need the items in ALL of the columns to be sorted together.<br />
<br />
Is there a way to do this?  <br />
<br />
BTW, I'm using Excel 2007.<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=8">Excel  Discussion (Misc queries)</category>
			<dc:creator>Meer</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=187289</guid>
		</item>
		<item>
			<title>SumIF-multiple conditions/OR</title>
			<link>http://www.excelbanter.com/showthread.php?t=187300&amp;goto=newpost</link>
			<pubDate>Tue, 13 May 2008 21:24:00 GMT</pubDate>
			<description><![CDATA[I have a range of cells that I want to ck for a "Y", then in the next range 
can be "STOP" or a value of "Go"?  Kinda a mix of conditions.]]></description>
			<content:encoded><![CDATA[<div>I have a range of cells that I want to ck for a &quot;Y&quot;, then in the next range <br />
can be &quot;STOP&quot; or a value of &quot;Go&quot;?  Kinda a mix of conditions.<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=4">New Users to Excel</category>
			<dc:creator>GaryW</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=187300</guid>
		</item>
		<item>
			<title>ABC Inventory Classification</title>
			<link>http://www.excelbanter.com/showthread.php?t=187314&amp;goto=newpost</link>
			<pubDate>Tue, 13 May 2008 21:20:00 GMT</pubDate>
			<description>I have spreadsheet with YTD sales for approx. 1,000 parts and need to know 
which items are the most important.  Basically I need an ABC report which 
will...</description>
			<content:encoded><![CDATA[<div>I have spreadsheet with YTD sales for approx. 1,000 parts and need to know <br />
which items are the most important.  Basically I need an ABC report which <br />
will tell me what parts make up 80%, 15% and 5% of the total Revenue and <br />
assign a letter of A, B, or C respectively.  Is this possible in Excel?  If <br />
so how would I do it?<br />
<br />
Thank you,<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=5">Excel Worksheet Functions</category>
			<dc:creator>Richard</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=187314</guid>
		</item>
		<item>
			<title>Mutiple Spread Sheets</title>
			<link>http://www.excelbanter.com/showthread.php?t=187313&amp;goto=newpost</link>
			<pubDate>Tue, 13 May 2008 21:10:00 GMT</pubDate>
			<description>I Have a mutiple Spreadsheets with several functions caring over to each one. 
 I want to set a fucntion that only shows greater then 0 amounts on the last...</description>
			<content:encoded><![CDATA[<div>I Have a mutiple Spreadsheets with several functions caring over to each one. <br />
 I want to set a fucntion that only shows greater then 0 amounts on the last <br />
spread sheet.  I tried a filter but need to edit it so that any time a dollar <br />
amount is added to spreadsheet 1 it shows up on spreadsheet 4.  It needs to <br />
be able to only pull dollar amounts great then 0 from the previous 3 <br />
worksheets.  Is there a function  I can use Besides the the filter?   I need <br />
to save it so other users in my company can come in and in put data without <br />
having to &quot;manually use the filter&quot;  I need a function to set this up.  <br />
PLEASE HELP!<br />
-- <br />
ABA<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=5">Excel Worksheet Functions</category>
			<dc:creator>ABA</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=187313</guid>
		</item>
	</channel>
</rss>
