<?xml version="1.0"?>
<rss xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
							<channel><title>New Posts For Thread: Excel Question</title><link>https://community.betfair.com/general_betting/go/thread/view/94082/23531690/excel-question</link><description>how is it possible to count how many time a cell changes value please? i.e if A1 changes five times then A2 would = 5.</description><item><title>nice, thanks</title><link>https://community.betfair.com/general_betting/go/thread/view/94082/23531690/excel-question?post_id=420811690#420811690</link><description>nice, thanks</description><pubDate>Thu, 11 Mar 2010 11:49:38 -0600</pubDate></item><item><title>http://excel.brainbell.com/an excellent site that forum name Triggerster gave me yesterday, bookmark and look through it when you have time , great info</title><link>https://community.betfair.com/general_betting/go/thread/view/94082/23531690/excel-question?post_id=420811686#420811686</link><description>http://excel.brainbell.com/an excellent site that forum name Triggerster gave me yesterday, bookmark and look through it when you have time , great info</description><pubDate>Thu, 11 Mar 2010 11:24:27 -0600</pubDate></item><item><title>Is there an easy way to see what profit I've made from one type of bet?Can you arrange so you can see if you've done well by backing 0-0's for example?I've downloaded the history into excel but I'm not sure how to use it :(</title><link>https://community.betfair.com/general_betting/go/thread/view/94082/23531690/excel-question?post_id=420811682#420811682</link><description>Is there an easy way to see what profit I've made from one type of bet?Can you arrange so you can see if you've done well by backing 0-0's for example?I've downloaded the history into excel but I'm not sure how to use it :(</description><pubDate>Thu, 11 Mar 2010 11:17:18 -0600</pubDate></item><item><title>Private Sub Worksheet_Change(ByVal Target As Range)For i = 1 To 3If Target.Row = i And Target.Column = 1 ThenCells(i, 2) = Cells(i, 2) + 1End IfNext iEnd SubThe above code works fine when changing the cells manually, however if linked to gruss nothin</title><link>https://community.betfair.com/general_betting/go/thread/view/94082/23531690/excel-question?post_id=420811674#420811674</link><description>Private Sub Worksheet_Change(ByVal Target As Range)For i = 1 To 3If Target.Row = i And Target.Column = 1 ThenCells(i, 2) = Cells(i, 2) + 1End IfNext iEnd SubThe above code works fine when changing the cells manually, however if linked to gruss nothin</description><pubDate>Thu, 11 Mar 2010 08:31:18 -0600</pubDate></item><item><title>Wrong Hole Poker imlacs code will increase count if the same value is entered in the cell I just added a For loop to it t show how to include ForIf you're entering data manually that'd be ok but if data is being entered automated and the same value i</title><link>https://community.betfair.com/general_betting/go/thread/view/94082/23531690/excel-question?post_id=420811542#420811542</link><description>Wrong Hole Poker imlacs code will increase count if the same value is entered in the cell I just added a For loop to it t show how to include ForIf you're entering data manually that'd be ok but if data is being entered automated and the same value i</description><pubDate>Tue, 09 Mar 2010 14:26:38 -0600</pubDate></item><item><title>works a treat Ghetto Joe nice one ;)</title><link>https://community.betfair.com/general_betting/go/thread/view/94082/23531690/excel-question?post_id=420811538#420811538</link><description>works a treat Ghetto Joe nice one ;)</description><pubDate>Tue, 09 Mar 2010 14:12:10 -0600</pubDate></item><item><title>yep cheers ghetto Joe, thanks for your time</title><link>https://community.betfair.com/general_betting/go/thread/view/94082/23531690/excel-question?post_id=420811534#420811534</link><description>yep cheers ghetto Joe, thanks for your time</description><pubDate>Tue, 09 Mar 2010 14:10:18 -0600</pubDate></item><item><title>yes you can keep track of previous odds changes, I'm assuming your using gruss?you just include stuff like For i = 5 To 35Cells(i, 27) = Cells(i, 15)Next iwithin your code and that would copy the contents of F5:F40 (last price matched) into AA5:AA40t</title><link>https://community.betfair.com/general_betting/go/thread/view/94082/23531690/excel-question?post_id=420811530#420811530</link><description>yes you can keep track of previous odds changes, I'm assuming your using gruss?you just include stuff like For i = 5 To 35Cells(i, 27) = Cells(i, 15)Next iwithin your code and that would copy the contents of F5:F40 (last price matched) into AA5:AA40t</description><pubDate>Tue, 09 Mar 2010 14:08:58 -0600</pubDate></item><item><title>quick question re your formula posted @ 19.53 Ghetto Joe,is it possible to display the five different values that where in a cell in a new column of data?Thanks</title><link>https://community.betfair.com/general_betting/go/thread/view/94082/23531690/excel-question?post_id=420811526#420811526</link><description>quick question re your formula posted @ 19.53 Ghetto Joe,is it possible to display the five different values that where in a cell in a new column of data?Thanks</description><pubDate>Tue, 09 Mar 2010 13:54:11 -0600</pubDate></item><item><title>Couldn't get your code to work on my version of excel but using imlac's codePrivate Sub Worksheet_Change(ByVal Target As Range)For i = 1 To 3If Target.Row = i And Target.Column = 1 ThenCells(i, 2) = Cells(i, 2) + 1End IfNext iEnd Sub</title><link>https://community.betfair.com/general_betting/go/thread/view/94082/23531690/excel-question?post_id=420811522#420811522</link><description>Couldn't get your code to work on my version of excel but using imlac's codePrivate Sub Worksheet_Change(ByVal Target As Range)For i = 1 To 3If Target.Row = i And Target.Column = 1 ThenCells(i, 2) = Cells(i, 2) + 1End IfNext iEnd Sub</description><pubDate>Tue, 09 Mar 2010 13:48:54 -0600</pubDate></item></channel></rss>
