Hi Andy,
Am Sat, 15 Jun 2013 13:52:12 +0100 schrieb Andy Roberts:
> However sometime the postcode isnt known or relevant so we insert N/A in the
> postcode column. When this happens the text string shows.... , N/A. I want
> to be able to maintain the 3 columns in the string but if it includes ",
> N/A" then it should remove it, but if it has a valid postocde (i.e. anythin
> other than N/A) then it should display this as normal. I think the solution
> lies with a nested FIND function but can't seem to get any joy.
try:
=A1&", "&B1&IF(ISNUMBER(C1),", "&C1,"")
Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2