Try this: =IF(AND(A1="",B1=""),"",IF(A1="",B1,"")) HTH, Don
D Don Sep 15, 2004 #2 Simple enough.....I think....try this: =IF(AND(A1="",B1=""),"",IF(A1="",B1,A1))