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

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
=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,214,848
Messages
6,121,917
Members
449,055
Latest member
KB13

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