I have a spreadsheet where i am trying to sum cells if 2 other cells match certain criteria...i attempted using the sumif statement but found that will only except single criteria. A sample of my data is below:
State Mileage Loaded/unloaded
NY 100 loaded
PA 150 loaded
NY 200 unloaded
PA 150 loaded
NY 50 loaded
I am trying to sum the mileage for each state but only sum it if the "loaded/unloaded" = "Loaded
so for example if i wanted to sum the mileage for new york the total would be "150".
Any help is greatly appreciated!
Thanks in advance
Paul
State Mileage Loaded/unloaded
NY 100 loaded
PA 150 loaded
NY 200 unloaded
PA 150 loaded
NY 50 loaded
I am trying to sum the mileage for each state but only sum it if the "loaded/unloaded" = "Loaded
so for example if i wanted to sum the mileage for new york the total would be "150".
Any help is greatly appreciated!
Thanks in advance
Paul