Hey,
Im in the middle of my project and im stuck into the "sumif" function.
i have made my pivot table per day and time of Arrivals and Departures.
I would like you to help me with the sumif formula.
i need to find the count "per rolling hour flights per day"
I need it for the whole season.
in the pivot table it change me the dates into Greek , where i want them in English
how can i change them ?
best regards Spiros
Hi Spiros,
You can use the PivotTable to do this for you. No need for SUMIFS. First you need to fix your date and time data because it's not in the right format.
In the attached file I've added two columns (E & F) for the date and time in the correct format. Then I've inserted a PivotTable and grouped the data by hour.
More on grouping in PivotTables here.
Mynda
Dear Mynda firstly thanks for the quick reply, i really appreciate it.
What i want to find through the excel functions (in my project SUMIFS) is the flights per rolling hour which means:
not atual hours like 00:00-01:00, 01:00-02:00
but for example
1st flight at 00:01
2nd flight at 00:30
3rd flight at 00:45
4rth flight at 01:10
5th flight at 01:35
6th flight at 01:44
then i want to find out the flights for rolling hours : 00:01-01:01
then 00:30-01:30 according the 1st time of the first flight each time
then 00:45-01:45
thats will be per day and then per month
im uploading you for one day where i found it on the forum
i need for many days and many months
best regards.