<?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: Finding Help for Microsoft Excel</title>
	<atom:link href="http://peltiertech.com/WordPress/finding-help-for-microsoft-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/finding-help-for-microsoft-excel/</link>
	<description>PTS Excel Charts and Tutorials Blog</description>
	<lastBuildDate>Sat, 21 Nov 2009 04:01:08 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/finding-help-for-microsoft-excel/comment-page-1/#comment-13636</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 04 May 2009 11:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=104#comment-13636</guid>
		<description>To turn the text into a number numerically, use the &quot;minus minus&quot; technique. When you use text in a formula, and that text can be interpreted as a number, Excel converts it to a number. The simplest and fastest way to do this is to take the negative of the text, but then this has the wrong sign, so a minus in front of that converts it to the right sign.

So if your formula is (for example)

&#160; &#160; =MID(A1,4,4)

use this to get a numeric value:

&#160; &#160; =--MID(A1,4,4)</description>
		<content:encoded><![CDATA[<p>To turn the text into a number numerically, use the &#8220;minus minus&#8221; technique. When you use text in a formula, and that text can be interpreted as a number, Excel converts it to a number. The simplest and fastest way to do this is to take the negative of the text, but then this has the wrong sign, so a minus in front of that converts it to the right sign.</p>
<p>So if your formula is (for example)</p>
<p>&nbsp; &nbsp; =MID(A1,4,4)</p>
<p>use this to get a numeric value:</p>
<p>&nbsp; &nbsp; =&#8211;MID(A1,4,4)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yohay</title>
		<link>http://peltiertech.com/WordPress/finding-help-for-microsoft-excel/comment-page-1/#comment-13634</link>
		<dc:creator>Yohay</dc:creator>
		<pubDate>Mon, 04 May 2009 11:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=104#comment-13634</guid>
		<description>Hi, 

I’ve conudcted some procedure in which I’m suppose to retrieve 4 digits number from a long string. pretty complexed procedure but it works.
I want to add a condition with if statement, in which if i don’t find eventually the 4 digits number i’m looking for, the output will be some sort of mistake note (for instance- “Reference’s incorrect!! Plz Check”).

the IF statement is something like this-
=if(cell&lt;=10000,”OK”,”Mistke Noet..”)
[assuming that a wrong output of the original statement would be something like _231 or 231w or 31ws or ... and then I&#039;ll get a mistake note, hence the main objective of this IF statement]

Only trouble is, that I have to create some sort of casting to the 4-digits number, so the excel would consider it as numeric, cause it’s basically a string (originally I obtain this number with MID statement).
How do I do that?

Thanx; Have a great day.
Yohay.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I’ve conudcted some procedure in which I’m suppose to retrieve 4 digits number from a long string. pretty complexed procedure but it works.<br />
I want to add a condition with if statement, in which if i don’t find eventually the 4 digits number i’m looking for, the output will be some sort of mistake note (for instance- “Reference’s incorrect!! Plz Check”).</p>
<p>the IF statement is something like this-<br />
=if(cell&lt;=10000,”OK”,”Mistke Noet..”)<br />
[assuming that a wrong output of the original statement would be something like _231 or 231w or 31ws or ... and then I'll get a mistake note, hence the main objective of this IF statement]</p>
<p>Only trouble is, that I have to create some sort of casting to the 4-digits number, so the excel would consider it as numeric, cause it’s basically a string (originally I obtain this number with MID statement).<br />
How do I do that?</p>
<p>Thanx; Have a great day.<br />
Yohay.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Finding Help for Microsoft Excel - Learn Excel</title>
		<link>http://peltiertech.com/WordPress/finding-help-for-microsoft-excel/comment-page-1/#comment-1831</link>
		<dc:creator>Finding Help for Microsoft Excel - Learn Excel</dc:creator>
		<pubDate>Tue, 24 Jun 2008 02:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=104#comment-1831</guid>
		<description>[...] Original post by Jon Peltier [...]</description>
		<content:encoded><![CDATA[<p>[...] Original post by Jon Peltier [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
