Free £25 Bet!
Free £50 Bet at VCBet!
Free £25 Bet!

In association with Sports-Punter Free Bets Odds Comparison BetHelp Limso

We are the Official Forum of FreeBetting.net & FCBet.com


Sports News Sports Stats Live Scores OddsChecker Place Bets Suggest a Site


Go Back   The Punters Lounge - The World's Best Betting Forum > General Discussion > Tech & Gaming Forum

Tech & Gaming Forum This is the place for all your technical related questions about computers, programs or whatever...

Free £25 Bet at Jaxx!
UK & Irish Football Forum | Western European Football Forum | UEFA Cup & Champions League Football Forum | International Football Forum | Eastern & Southern European Football Forum | Nordic & Scandinavian Football Forum | Non European Football Forum | At The Races Forum | At The Races Systems Forum | Other Sports Forum | USA Sports Forum | Fantasy & Fun Comps Forum | Free Bets Forum | Systems & Strategy Forum | Glory Hunter's Forum | Tipster's Challenge Forum | Daily Racing Comp Forum | Euro & Worldwide Comp Forum | Poker Tourneys Forum | Poker Strategy Forum | Poker Chat Forum | Poker Live Forum | Poker Challenges Forum | Poker Staking Forum | e-Sport Poker League Forum | Bookmakers & Exchanges Forum | Punter's Tools/Betting Help Forum | General Chat Forum | Tech & Gaming Forum | Sports Banter Forum | Live Sports Feeds Forum

Reply
 
Thread Tools Display Modes
Old 30-08-2006, 10:36   #1 (permalink)
Medieval Punter
 
Guy Fawkes's Avatar
 
Join Date: 04 Mar 2006
Location: Eboracum
Age: 27
Posts: 4,419
Awards Showcase
Tipsters Challenge 
Total Awards: 1
Default Excel help please

I've done a spreadsheet for my results with the horses.

The columns read obvious things such as "Date", "Horse", "Profit" etc etc etc;

DateSourceHorseMeetTimeBetOddsStakeFin PosResultProfitCommComm %ReturnsBankProfit


I'm, just wondering if it's possible to be able to extract rows depending on their source (the source is where the selection has come from eg, my initials "LT", RP tipster, another website etc etc) in order that i can put them into a different spreadsheet and be able to get some figures for each source's profitablitly rather than just the P/L for my actual bank. Doing this i hope to be able to pinpoint which tipsters give the best results etc.

Its 10 years since i did this sorta stuff in I.T. at school but i seem to think it may be possible using "VLookup" formula? But i really dont have a clue where to start.

Am i talking nonsense?

Any help would be much appreciated.
__________________
"To spend our days betting on three-legged horses with beautiful names" -- Bohumil Hrabal

http://www.flickr.com/photos/ldthurston/
http://www.leethurston.tribalpages.com

Last edited by Guy Fawkes; 30-08-2006 at 10:37.
Guy Fawkes is offline   Reply With Quote
Old 30-08-2006, 11:36   #2 (permalink)
God Punter
 
Join Date: 18 Jun 2005
Posts: 32,442
Awards Showcase
Tipsters Challenge Oscars Poker Monthly League Champion BPP 
Total Awards: 4
Default Re: Excel help please

Vlookup will return one looked up value - to do what you want, only way I can think of is to concatenate an "ID" number (i.e. make every source unique) .... also need to find a way to make the ID number conitinuous for each source ......

A quick play, and I have done this.....

SourceIDConcatenateData
Source A1Source A1assada
Source Z1Source Z1asdasd
Source C1Source C1asdasd
Source A2Source A2asdfsad
Source D1Source D1daddfsf
Source C2Source C2sdfdsdf


The formula in the ID cell is:
Cell A2: =COUNTIF($A$2:A2,A2)
Cell A3: =COUNTIF($A$2:A3,A3)
etc

The concatenate cell is simply:
Cell C2: =CONCATENATE(A2,B2)
etc

You can then do a VLOOKUP for each source in a seperate worksheet, for example:

SourceIDConcatenateData
Source A1Source A1assada
Source A2Source A2asdfsad
Source A3Source A3#N/A
Source A4Source A4#N/A
Source A5Source A5#N/A
Source A6Source A6#N/A


The Data formula is:
Cell D2: =VLOOKUP(C2,Sheet1!C:D,2,FALSE)

The "Error" messages are returned where there is no data for that source and ID yet......

If you know how to use databases, then this kind of data manipulation would make a lot more sense there.......
GotaFancy? is offline   Reply With Quote
Old 30-08-2006, 21:40   #3 (permalink)
394
 
aliando's Avatar
 
Join Date: 12 Aug 2005
Age: 32
Posts: 20,036
Awards Showcase
European & Worldwide Competition Supercup (I) European & Worldwide Competition KO Cup Daily Horse Racing Competition 
Total Awards: 3
Default Re: Excel help please

i'm interested in this kind of thing also but with regards to football.

anyone know of where i can find online a simple excel worksheet in order to build up my knowledge from not much better than scratch? I'm gonna be busy over the next few months but would like to start getting somewhere with this.

cheers.
__________________
the charity trail-http://www.punterslounge.com/forum/s...d=1#post631758

Quote:
I am the most anti-social person I know. But of course, I don't know anyone because I'm so anti-social. Derek Neitzel.
aliando is offline   Reply With Quote
Old 30-08-2006, 21:51   #4 (permalink)
260408
 
davidmphill's Avatar
 
Join Date: 09 Feb 2005
Location: Colorado.
Age: 36
Posts: 22,043
Awards Showcase
Tipsters Challenge Daily Horse Racing Competition Daily Horse Racing Competition Tipsters Challenge 
Total Awards: 4
Default Re: Excel help please

I fcuking hate excel.
It looks so simple but I can never get the fcuker to do what i want!
__________________
Gwlad, gwlad, pleidiol wyf i'm gwlad, Tra mor yn fur i'r bur hoff bau, O bydded i'r heniaith barhau.
davidmphill is offline   Reply With Quote
Old 30-08-2006, 22:02   #5 (permalink)
God Punter
 
Join Date: 18 Jun 2005
Posts: 32,442
Awards Showcase
Tipsters Challenge Oscars Poker Monthly League Champion BPP 
Total Awards: 4
Default Re: Excel help please

Quote:
Originally Posted by aliando
i'm interested in this kind of thing also but with regards to football.

anyone know of where i can find online a simple excel worksheet in order to build up my knowledge from not much better than scratch? I'm gonna be busy over the next few months but would like to start getting somewhere with this.

cheers.
Best bet is probably to just give it a go - even if you dont manage to do what you want to do at first, you'll learn whilst trying ...... The Help in excel I find to be quite good If you get stumped, then give us a shout here and I'm sure we can help (though try yourself first - the idea is that you learn through trying, not through us doing it for you )

Try something really simple first.....

If you want to post specifics of the project first (i.e. some kind of spec) - I'll happily do it too (on a limited range of data - a lot of your work will be in getting the data!!!) and you can compare your approach with mine (another good way to learn).....
GotaFancy? is offline   Reply With Quote
Old 30-08-2006, 22:10   #6 (permalink)
394
 
aliando's Avatar
 
Join Date: 12 Aug 2005
Age: 32
Posts: 20,036
Awards Showcase
European & Worldwide Competition Supercup (I) European & Worldwide Competition KO Cup Daily Horse Racing Competition 
Total Awards: 3
Default Re: Excel help please

Quote:
Originally Posted by GotaFancy?
Best bet is probably to just give it a go - even if you dont manage to do what you want to do at first, you'll learn whilst trying ...... The Help in excel I find to be quite good If you get stumped, then give us a shout here and I'm sure we can help (though try yourself first - the idea is that you learn through trying, not through us doing it for you )

Try something really simple first.....

If you want to post specifics of the project first (i.e. some kind of spec) - I'll happily do it too (on a limited range of data - a lot of your work will be in getting the data!!!) and you can compare your approach with mine (another good way to learn).....
i've done a few things and have got the basics up and running but want to look at transferring data from somewhere else onto the sheet and just have not had the time to look at it properly. Am back on nights in a month so may try and tackle it then, when i get time to sit down and solely concentrate on it.

the help is fairly good and i've used it to self-teach but having read posts of others re: transference of dat, it just sounds a lot more difficult.

will give it a try and then get back to you all when i get stuck

__________________
the charity trail-http://www.punterslounge.com/forum/s...d=1#post631758

Quote:
I am the most anti-social person I know. But of course, I don't know anyone because I'm so anti-social. Derek Neitzel.
aliando is offline   Reply With Quote
Old 30-08-2006, 22:22   #7 (permalink)
God Punter
 
Join Date: 18 Jun 2005
Posts: 32,442
Awards Showcase
Tipsters Challenge Oscars Poker Monthly League Champion BPP 
Total Awards: 4
Default Re: Excel help please

Quote:
Originally Posted by aliando
but want to look at transferring data from somewhere else onto the sheet and just have not had the time to look at it properly.
Erm......don't want to sound defeatest, but if you're talking about scraping data from a website to build your own database (in Excel), then that sounds like it will be way above what you can do (and would involve programming - probably not too dissimilar from the techniques that datapunter suggests in his Java course).

If the specific data you want to look at is on a certain web page (and HTML), then you can link it through the Data/Import External Data/New Web Query option (Only in Excel 2003 I think) - but I am guessing that's not what you are looking at doing........
GotaFancy? is offline   Reply With Quote
Old 30-08-2006, 22:45   #8 (permalink)
Disconnected Excel Punter
 
georgej's Avatar
 
Join Date: 19 Jun 2005
Age: 33
Posts: 1,890
Default Re: Excel help please

If you look in the value place section - i've put some code that scrapes their data into excel
(yes - i got permission first )

Their webpage is nice and straightforward. If i can help i will be glad to assist, but if the site keeps changing it's layout, you will need to keep changing the code - if this is what you were meaning.

As for the lookup formulas you may also want to try sumproduct (but it gives me a headache). There was a post i answered a while ago that i explained how i would do the layout and use data validation. This is handy for combining lists that you want to reference without having to type in all the names in the list repeatedly.

OK - i've said too much. Any problems, just ask GaF.
georgej is offline   Reply With Quote
Old 31-08-2006, 19:15   #9 (permalink)
394
 
aliando's Avatar
 
Join Date: 12 Aug 2005
Age: 32
Posts: 20,036
Awards Showcase
European & Worldwide Competition Supercup (I) European & Worldwide Competition KO Cup Daily Horse Racing Competition 
Total Awards: 3
Default Re: Excel help please

Quote:
Originally Posted by GotaFancy?
Erm......don't want to sound defeatest, but if you're talking about scraping data from a website to build your own database (in Excel), then that sounds like it will be way above what you can do (and would involve programming - probably not too dissimilar from the techniques that datapunter suggests in his Java course).

If the specific data you want to look at is on a certain web page (and HTML), then you can link it through the Data/Import External Data/New Web Query option (Only in Excel 2003 I think) - but I am guessing that's not what you are looking at doing........

errrr techy words and i'm lost i'm afraid - i really am useless at these things .

what i was looking to do was simply transfer tables etc over to excel but thought that would be difficult (i think thats what you've said above), so was also thinking of transferring the tables/data into word and then hoping that that would be a little easier to get into excel (again, i've not looked at what tables would be easy to get into word either yet).

like i say, i've not even looked at it yet, but expecting a headache. I'm also expecting it not to work, ultimately and will just do it manually - a bit slower but i'll get there

cheers mate
__________________
the charity trail-http://www.punterslounge.com/forum/s...d=1#post631758

Quote:
I am the most anti-social person I know. But of course, I don't know anyone because I'm so anti-social. Derek Neitzel.
aliando is offline   Reply With Quote
Old 31-08-2006, 19:39   #10 (permalink)
God Punter
 
Join Date: 18 Jun 2005
Posts: 32,442
Awards Showcase
Tipsters Challenge Oscars Poker Monthly League Champion BPP 
Total Awards: 4
Default Re: Excel help please

If the tables are in an existing web site, then hopefully just a question of linking to them in Excel That shouldn't prove too difficult (if the format is right) - "technique" to use is as described in the 2nd paragraph above.

There is no advantage to trying to go through word first.

Do you know specifically what data you are looking for?
GotaFancy? is offline   Reply With Quote
Old 31-08-2006, 19:47   #11 (permalink)
394
 
aliando's Avatar
 
Join Date: 12 Aug 2005
Age: 32
Posts: 20,036
Awards Showcase
European & Worldwide Competition Supercup (I) European & Worldwide Competition KO Cup Daily Horse Racing Competition 
Total Awards: 3
Default Re: Excel help please

Quote:
Originally Posted by GotaFancy?
If the tables are in an existing web site, then hopefully just a question of linking to them in Excel That shouldn't prove too difficult (if the format is right) - "technique" to use is as described in the 2nd paragraph above.

There is no advantage to trying to go through word first.

Do you know specifically what data you are looking for?
cheers - its just simple football tables. I've started working on the analysis but will need to sit down with nothing else on and get on with it at some point.

the idea is that i can transfer a table across and it will be analysed by the formulas already installed

sorry nehemiah - i seem to have hijacked your thread
__________________
the charity trail-http://www.punterslounge.com/forum/s...d=1#post631758

Quote:
I am the most anti-social person I know. But of course, I don't know anyone because I'm so anti-social. Derek Neitzel.
aliando is offline   Reply With Quote
Old 31-08-2006, 19:48   #12 (permalink)
394
 
aliando's Avatar
 
Join Date: 12 Aug 2005
Age: 32
Posts: 20,036
Awards Showcase
European & Worldwide Competition Supercup (I) European & Worldwide Competition KO Cup Daily Horse Racing Competition 
Total Awards: 3
Default Re: Excel help please

Quote:
Originally Posted by aliando
cheers - its just simple football tables. I've started working on the analysis but will need to sit down with nothing else on and get on with it at some point.

the idea is that i can transfer a table across and it will be analysed by the formulas already installed

sorry nehemiah - i seem to have hijacked your thread
oh, and the football results too...
__________________
the charity trail-http://www.punterslounge.com/forum/s...d=1#post631758

Quote:
I am the most anti-social person I know. But of course, I don't know anyone because I'm so anti-social. Derek Neitzel.
aliando is offline   Reply With Quote
Old 31-08-2006, 20:00   #13 (permalink)
God Punter
 
Join Date: 18 Jun 2005
Posts: 32,442
Awards Showcase
Tipsters Challenge Oscars Poker Monthly League Champion BPP 
Total Awards: 4
Default Re: Excel help please

The league tables are straightforward :-) Presume you are interested in current tables, and not tables at a point in time?

Results will be harder - are you looking for historical results too?
GotaFancy? is offline   Reply With Quote
Old 02-09-2006, 11:03   #14 (permalink)
Medieval Punter
 
Guy Fawkes's Avatar
 
Join Date: 04 Mar 2006
Location: Eboracum
Age: 27
Posts: 4,419
Awards Showcase
Tipsters Challenge 
Total Awards: 1
Default Re: Excel help please

Quote:
Originally Posted by aliando
sorry nehemiah - i seem to have hijacked your thread
No worries Ali!

In the end of hours of playing around with GaF's advice etc (thanks v much btw mate) i got mad and did it all the old fashioned way -> manually copy and pasting into relevant new spreadsheets, won't be too bad to continue doing it liek this, now i've doen the backlog

Hope you get your problems fettled ali!
__________________
"To spend our days betting on three-legged horses with beautiful names" -- Bohumil Hrabal

http://www.flickr.com/photos/ldthurston/
http://www.leethurston.tribalpages.com
Guy Fawkes is offline   Reply With Quote
Old 02-09-2006, 12:11   #15 (permalink)
Legendary Punter
 
tipstar's Avatar
 
Join Date: 07 Jan 2001
Posts: 1,856
Default Re: Excel help please

Nehemiah

have you thought of using AUTOFILTER .

just highlight Date> profit click Data,Filter, Auto filter
This will give you a dropdown list in each column.
You can then view your data in the order you want, if you need to do more calcs you can cut & paste the filtered part into another sheet and work on it there, instead of cut and pasting each row one at a time.

Personally I would use a PivotTable,It all realy depends on how much you need to manipulate your data.
__________________
"Man who catch fly with chopsticks can accomplish anything"-miyagi
tipstar is offline   Reply With Quote
Old 02-09-2006, 12:21   #16 (permalink)
Medieval Punter
 
Guy Fawkes's Avatar