Hi all,
I have table with 120,000 trips.
Each trip have a column with origin city and a column with destination city.
I want so sum the the quantity column, for all trips that either the origin column=Manchester or the destination column=Manchester .
Example attached below. I want my formula to sum all the bold numbers.
Thanks a lot in advance!
I have table with 120,000 trips.
Each trip have a column with origin city and a column with destination city.
I want so sum the the quantity column, for all trips that either the origin column=Manchester or the destination column=Manchester .
Example attached below. I want my formula to sum all the bold numbers.
origin | destination | quantity |
London | Manchester | 3,521 |
Bristol | London | 2,100 |
Manchester | Bristol | 402 |
Manchester | Manchester | 900 |
Thanks a lot in advance!