the word null during string concatenation

the word null during string concatenation

i created a field called Full_Name which is a formula field. the formula is: Salutation + " " + First_Name + " " + Last_Name if there is nothing in the Salutation field, the results are null firstname lastname, for example: null Joe Brown how do i stop it from including the word null when there is nothing in the field. thanks.