I have Database of numbers in this format i.e text file and I also have it in excell sheet.
1-20-2010; Day: 4,7,3; Night: 5,3,9
1-21-2010; Day: 9,6,5; Night: 5,2,8
1-22-2010; Day: 2,0,1; Night: 0,3,5
1-23-2010; Day: 6,3,8; Night: 0,6,6
1-24-2010; Day: 0,7,4; Night: 8,5,4
what I want is an excell sheet where future numbers can be predicted based on mathematical calculations like
1) addition of Day and Night numbers
2) subtraction of Day and Night numbers
3) multiplication of Day and Night numbers
4) Division of Day and Night numbers
5) dates of the present day when numbers are drawn
6) lucky numbers of that particular date
7) formulas like 3 + 3 + 2 or 2 + 2 + 3 with the present Day and Night numbers
or any other charts or formulas you can think of to predict the future numbers which should not be more than 30 numbers.
So make sure you try your best to get exact numbers.
you can have all calculations running at your backend and front end application can be excell sheet or text file.
so once I input the present number the program should be able to predict the future numbers.
example the day number is 0,7,4 so it should give me out as
1) 8,5,4
2) 4,8,5
3) 5,8,4