Need formula to sum data of each day of the year

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..
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
it sais the formula you typed contains an error... not only in my sheet but i made a sheet copy paste from your arrays and still didnt work. :(
 
Upvote 0
=SUMIF($A:$A,$F2,B:B)
its =SUMIF($A:$A;$F2;B:B) in office for mac. But i realy want to thank you from the bottom of my hurt
 
Upvote 0

Forum statistics

Threads
1,224,503
Messages
6,179,136
Members
452,890
Latest member
Nikhil Ramesh

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top