I'm having trouble trying to get my IF/Contains formula to work. I'm trying to label my equipment with either router or switch using a portion of the name.
For example. I know every nodename ending in 29101 is a router and every 37501 is a switch, but I have a few additional.
29101, 10001, 39201 - Router,
3750, 3850 - Switch
Getting Unparseable with the following forumal
=IF(CONTAINS(“2910”, [Nodename]@row, “Router”, IF(CONTAINS(“3920”, [Nodename]@row, “Router”, IF(CONTAINS(“3750”, [Nodename]@row, “Switch”)))