How do I combine the following formulas?
=IF(OR(AND(B45="Coeur d'Alene",$B$7="Boise"),(AND(B45="Coeur d'Alene",$B$7="Twin Falls")),(AND(B45="Coeur d'Alene",$B$7="Pocatello")),(AND(B45="Coeur d'Alene",$B$7="Idaho Falls"))),350,0)
=IF(OR(AND(B45="GREYBULL",$B$7="Boise"),(AND(B45="Coeur d'Alene",$B$7="Twin Falls")),(AND(B45="Coeur d'Alene",$B$7="Pocatello")),(AND(B45="Coeur d'Alene",$B$7="Idaho Falls"))),1283,0)
=IF(OR(AND(B45="LAS VEGAS",$B$7="Boise"),(AND(B45="Coeur d'Alene",$B$7="Twin Falls")),(AND(B45="Coeur d'Alene",$B$7="Pocatello")),(AND(B45="Coeur d'Alene",$B$7="Idaho Falls"))),543,0)
=IF(OR(AND(B45="EAST LANSING",$B$7="Boise"),(AND(B45="Coeur d'Alene",$B$7="Twin Falls")),(AND(B45="Coeur d'Alene",$B$7="Pocatello")),(AND(B45="Coeur d'Alene",$B$7="Idaho Falls"))),500,0)
=IF(OR(AND(B45="MIAMI BEACH",$B$7="Boise"),(AND(B45="Coeur d'Alene",$B$7="Twin Falls")),(AND(B45="Coeur d'Alene",$B$7="Pocatello")),(AND(B45="Coeur d'Alene",$B$7="Idaho Falls"))),609,0)
=IF(OR(AND(B45="VIRGINIA BEACH",$B$7="Boise"),(AND(B45="Coeur d'Alene",$B$7="Twin Falls")),(AND(B45="Coeur d'Alene",$B$7="Pocatello")),(AND(B45="Coeur d'Alene",$B$7="Idaho Falls"))),629,0)
=IF(OR(AND(B45="CHEYENNE",$B$7="Boise"),(AND(B45="Coeur d'Alene",$B$7="Twin Falls")),(AND(B45="Coeur d'Alene",$B$7="Pocatello")),(AND(B45="Coeur d'Alene",$B$7="Idaho Falls"))),541,0)
=IF(OR(AND(B45="PRINEVILLE",$B$7="Boise"),(AND(B45="Coeur d'Alene",$B$7="Twin Falls")),(AND(B45="Coeur d'Alene",$B$7="Pocatello")),(AND(B45="Coeur d'Alene",$B$7="Idaho Falls"))),430,0)
=IF(OR(AND(B45="ALEXANDRIA",$B$7="Boise"),(AND(B45="Coeur d'Alene",$B$7="Twin Falls")),(AND(B45="Coeur d'Alene",$B$7="Pocatello")),(AND(B45="Coeur d'Alene",$B$7="Idaho Falls"))),643,0)
=IF(OR(AND(B45="Coeur d'Alene",$B$7="Boise"),(AND(B45="Coeur d'Alene",$B$7="Twin Falls")),(AND(B45="Coeur d'Alene",$B$7="Pocatello")),(AND(B45="Coeur d'Alene",$B$7="Idaho Falls"))),350,0)
=IF(OR(AND(B45="GREYBULL",$B$7="Boise"),(AND(B45="Coeur d'Alene",$B$7="Twin Falls")),(AND(B45="Coeur d'Alene",$B$7="Pocatello")),(AND(B45="Coeur d'Alene",$B$7="Idaho Falls"))),1283,0)
=IF(OR(AND(B45="LAS VEGAS",$B$7="Boise"),(AND(B45="Coeur d'Alene",$B$7="Twin Falls")),(AND(B45="Coeur d'Alene",$B$7="Pocatello")),(AND(B45="Coeur d'Alene",$B$7="Idaho Falls"))),543,0)
=IF(OR(AND(B45="EAST LANSING",$B$7="Boise"),(AND(B45="Coeur d'Alene",$B$7="Twin Falls")),(AND(B45="Coeur d'Alene",$B$7="Pocatello")),(AND(B45="Coeur d'Alene",$B$7="Idaho Falls"))),500,0)
=IF(OR(AND(B45="MIAMI BEACH",$B$7="Boise"),(AND(B45="Coeur d'Alene",$B$7="Twin Falls")),(AND(B45="Coeur d'Alene",$B$7="Pocatello")),(AND(B45="Coeur d'Alene",$B$7="Idaho Falls"))),609,0)
=IF(OR(AND(B45="VIRGINIA BEACH",$B$7="Boise"),(AND(B45="Coeur d'Alene",$B$7="Twin Falls")),(AND(B45="Coeur d'Alene",$B$7="Pocatello")),(AND(B45="Coeur d'Alene",$B$7="Idaho Falls"))),629,0)
=IF(OR(AND(B45="CHEYENNE",$B$7="Boise"),(AND(B45="Coeur d'Alene",$B$7="Twin Falls")),(AND(B45="Coeur d'Alene",$B$7="Pocatello")),(AND(B45="Coeur d'Alene",$B$7="Idaho Falls"))),541,0)
=IF(OR(AND(B45="PRINEVILLE",$B$7="Boise"),(AND(B45="Coeur d'Alene",$B$7="Twin Falls")),(AND(B45="Coeur d'Alene",$B$7="Pocatello")),(AND(B45="Coeur d'Alene",$B$7="Idaho Falls"))),430,0)
=IF(OR(AND(B45="ALEXANDRIA",$B$7="Boise"),(AND(B45="Coeur d'Alene",$B$7="Twin Falls")),(AND(B45="Coeur d'Alene",$B$7="Pocatello")),(AND(B45="Coeur d'Alene",$B$7="Idaho Falls"))),643,0)