thanos_mes
New Member
- Joined
- Mar 25, 2011
- Messages
- 3
Hello im doing my desertation and im knd of stuck,
I have a table with data of each 365 days of the year kind like:
day data1 data2 data 3
1 54 48 65
1 45 50 66
1 43 51 67
2 45 55 65
. . . .
365 45 55 66
Now what i must do is to find how to get in a new columns the sums of each day's data.
so basicly i need the sum of data1 for each day of the year in a new column, the data2 of each day in another and the data3 of each day in another column..
I have a table with data of each 365 days of the year kind like:
day data1 data2 data 3
1 54 48 65
1 45 50 66
1 43 51 67
2 45 55 65
. . . .
365 45 55 66
Now what i must do is to find how to get in a new columns the sums of each day's data.
so basicly i need the sum of data1 for each day of the year in a new column, the data2 of each day in another and the data3 of each day in another column..