<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>need help with excel</title>
		<link>https://www.lotterypost.com/thread/191335</link>
		<atom:link href="https://www.lotterypost.com/rss/topic/191335" rel="self" type="application/rss+xml" />
		<description>Lottery Post Forum Topic: need help with excel</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Reply #5</title>
			<link>https://www.lotterypost.com/thread/191335/1264090</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/191335/1264090</guid>
			<pubDate>Sat, 28 Mar 2009 12:32:47 GMT</pubDate>
			<dc:creator>Mickie</dc:creator>
			<description><![CDATA[<p>Easy:<br /><br />A1 2479<br /><br />B1 =MID($A1,1,1)+MID($A1,2,1)+MID($A1,3,1)+MID($A1,4,1)<br /><br />C1 =MOD(SUM(MID($B1,1,1)+MID($B1,2,1)),10)<br /><br />A1 B1 C1<br /><br />2479 22 4<br /><br />or send me your sheet, I will fix it the way you want. I have office 2003.<br /><br />Have a good day<br /><br />Mickie</p>]]></description>
			<category>Mickie</category>
		</item>
		<item>
			<title>Reply #4</title>
			<link>https://www.lotterypost.com/thread/191335/1263313</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/191335/1263313</guid>
			<pubDate>Fri, 27 Mar 2009 16:30:51 GMT</pubDate>
			<dc:creator>denn0n</dc:creator>
			<description><![CDATA[<p>hey hillbilly953,<br /><br />1. If H2 Cell contains 2470<br /><br />2. Format H2 as Text<br /><br />3. Key in this formula in I2<br /><br />=IF(LEN(H2=4);SUM(VALUE(MID(H2;1;1));VALUE(MID(H2;2;1));VALUE(MID(H2;3;1));VALUE(MID(H2;4;1)));SUM(VALUE(MID(H5;1;1));VALUE(MID(H5;2;1));VALUE(MID(H5;3;1))))<br /><br />(I am using Open Office)<br /><br />4. Result should get in I2 is 13<br /><br />5. You could have another column doing 1+3=4 say as Cell J2<br /><br />IF(LEN(i2=2);SUM(VALUE(MID(I2;1;1));VALUE(MID(i2;2;1)));SUM(VALUE(MID(i2;1;1));VALUE(MID(i2;2;1));VALUE</p>]]></description>
			<category>denn0n</category>
		</item>
		<item>
			<title>Reply #3</title>
			<link>https://www.lotterypost.com/thread/191335/1263234</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/191335/1263234</guid>
			<pubDate>Fri, 27 Mar 2009 14:20:00 GMT</pubDate>
			<dc:creator>hillbilly953</dc:creator>
			<description><![CDATA[<p>Mickie that formula you posted works for me . Thanks<br /><br />now see what curious2k3 posted it want work for me .<br /><br />problem --- 2479=22 sum == sum-4 iam trying to do all automatic with out typing in each digit to break it down using lottery math so when I get my xl done i can let people use it to see how it works in there state. lot of older people don&#x27;t know where to put the numbers in<br /><br />type in 4 digit 2479 = 4 may not be able to do it these way.</p>]]></description>
			<category>hillbilly953</category>
		</item>
		<item>
			<title>Reply #2</title>
			<link>https://www.lotterypost.com/thread/191335/1263222</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/191335/1263222</guid>
			<pubDate>Fri, 27 Mar 2009 13:57:37 GMT</pubDate>
			<dc:creator>Mickie</dc:creator>
			<description><![CDATA[<p>Say your number is 2698742563.2<br /><br />Put it in A1, then in A2 put in this formula:<br /><br />=MID($A$1,1,1) and it will give you 2<br /><br />$A$1 is the cell your long number is<br /><br />,1 is the position you want extracting (1st digit)<br /><br />,1 is how many digits you want extracted.<br /><br />For example: =MID($A$1,1,3) you would get 269<br /><br />=MID($A$1,3,3) you would get 987<br /><br />Hope this helps<br /><br />Mickie</p>]]></description>
			<category>Mickie</category>
		</item>
		<item>
			<title>Reply #1</title>
			<link>https://www.lotterypost.com/thread/191335/1262770</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/191335/1262770</guid>
			<pubDate>Fri, 27 Mar 2009 02:14:28 GMT</pubDate>
			<dc:creator>Curious2k3</dc:creator>
			<description><![CDATA[<p>Try the following, breaking each number apart.</p>]]></description>
			<category>Curious2k3</category>
		</item>
		<item>
			<title>need help with excel</title>
			<link>https://www.lotterypost.com/thread/191335</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/191335</guid>
			<pubDate>Thu, 26 Mar 2009 23:57:25 GMT</pubDate>
			<dc:creator>hillbilly953</dc:creator>
			<description><![CDATA[<p>1: I need to see how to make formula for one cell like 25= 7 63=9 64=0<br /><br />2: i want to break done a string of numbers like 2698742563.2 but i only want some of them say 8 ,2,6<br /><br />and the string is in one cell but need to put my pick in another cell for testing faster</p>]]></description>
			<category>hillbilly953</category>
		</item>
	</channel>
</rss>

