My company has multiple numbered branches in multiple cities and want excel to remind me what city they are in. The first number set is in Conroe and the second is in El Paso. Right now I have them in 2 different cells. Is there a way to combine them in the same cell along with the third statement later ?
This is my first statement
=IF(OR(B3=310,B3=311,B3=506,B3=505,B3=330),"Conroe"," ")
and this is my second statement
=IF(OR(B3=655,B3=656,B3=658,B3=659,B3=667,B3=691,B3=841,B3=858,B3=860,B3=862),"El Paso"," ")
I will make the third later.
This is my first statement
=IF(OR(B3=310,B3=311,B3=506,B3=505,B3=330),"Conroe"," ")
and this is my second statement
=IF(OR(B3=655,B3=656,B3=658,B3=659,B3=667,B3=691,B3=841,B3=858,B3=860,B3=862),"El Paso"," ")
I will make the third later.