Thanks, Turkbear & LB
Turkbear, unfortunately, I don't have the separate portions of address. No., St name and type are in the same field. Thanks anyway for your help.
LB, the formula works like a charm, thanks! Just one little change , it has to start with the longest string otherwise the first replace would cut "Avenue" into "Nue" as a result the replace "Avenue" wouldn't work.
replace(replace(replace(replace({table.address1},"Avenue",""),"Ave.",""),"Ave",""),"St","")
Thanks again