mattadams84
Board Regular
- Joined
- Oct 30, 2016
- Messages
- 54
Hi,
I am looking for some help. Each day i receive a CSV file with lots of data in for football matches. I am looking to create either a VBA Macro or perhaps just plain excel formulae to create a list from this data.
Basically each row contains a football fixture, and the columns (of which there are 294) contains data relating to that specific fixture.
I want to be able to search through each fixture and create a list from the whole of the data when certain criteria are met.
So for example, I want to be able to say that :
IF for the fixture (in the row) that the value of column 75 is greater than 30
AND that the value of column 100 is greater than 20
AND that the value of Column 120 is less than the value of column 121
AND that the value of Column 221 + the Value of column 220 is less than 20
Then add it to my list....
The list would just display the fixture on a different sheet.
I have a pretty decent understanding of VBA and excel formulae so can decipher code, but i am not too proficient at writing it. If anyone can help then id be v grateful. I have linked to a CSV file
http://www.dropbox.com/s/zo6yhba0xw98a6o/excel_tsd_2018-06-23.csv?dl=0
Thx
I am looking for some help. Each day i receive a CSV file with lots of data in for football matches. I am looking to create either a VBA Macro or perhaps just plain excel formulae to create a list from this data.
Basically each row contains a football fixture, and the columns (of which there are 294) contains data relating to that specific fixture.
I want to be able to search through each fixture and create a list from the whole of the data when certain criteria are met.
So for example, I want to be able to say that :
IF for the fixture (in the row) that the value of column 75 is greater than 30
AND that the value of column 100 is greater than 20
AND that the value of Column 120 is less than the value of column 121
AND that the value of Column 221 + the Value of column 220 is less than 20
Then add it to my list....
The list would just display the fixture on a different sheet.
I have a pretty decent understanding of VBA and excel formulae so can decipher code, but i am not too proficient at writing it. If anyone can help then id be v grateful. I have linked to a CSV file
http://www.dropbox.com/s/zo6yhba0xw98a6o/excel_tsd_2018-06-23.csv?dl=0
Thx