Am trying to create a formula for a value based on the last three characters of a field. If Right(fieldname,3) = "-MX" or "-US" I want to display everything to the left of the -MX or -US. If there is no -MX or -US in the field I want to leave it alone and just display the value of the fieldname as it is..Any thoughts?