conditional sum

leadplane

New Member
Joined
Sep 5, 2002
Messages
2
I have a flight logbook, where each row is a flight entry and each column has various data. Column A is the date of flight, column G is the flighttime. On a sepearte page I want to have monthly and cumulative entries. "a5" is a date I want to sum til. I tried this however it didn't work. How can I fix it, or is there something better to use.

=SUMIF(Total!$A$5:$A$2000,"<a5",Total!G$5:G$2000)
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
=SUMIF(Total!$A$5:$A$2000,"<"&A5,Total!G$5:G$2000)

BTW, if you gonna include a less than sign in your posting check "Disable HTML on this Post" option or else it will be interpreted as the beginning of a tag, and your formula will be truncated.
This message was edited by Mark W. on 2002-09-06 15:46
 
Upvote 0

Forum statistics

Threads
1,203,625
Messages
6,056,393
Members
444,862
Latest member
more_resource23

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