I am trying to create a spreadsheet that depending on the Store # I have to drive to, it will insert the number of miles I travel round trip. I drive to approx 50 different stores in my area for work and would like to enter into cell (for example) B4 the store number (example 501) and then in cell C4 it will automatically enter the number of miles that drive is.
I am using this formula right now but need to add to it and dont know how to connect multiple commands.
=IF(OR(B4={502,503,504,505}),"30","")
in that command The Store Numbers 502,503,504 and 505 are 30 miles away but I need to add stores (for example) 506,507,508 that are 40 miles away.
Any help is appreciated.
Bookmarks