On 6/22/05 9:10 AM, in article
jemcgimpsey-64D2B2.07100022062005@msnews.microsoft.com, "JE McGimpsey"
<jemcgimpsey@mvps.org> wrote:
>> So, I might have a formula which looks like this
>>
[quoted text clipped - 15 lines]
>
> =IF(RC[11]<>"", ", " & RC[11], "")
Or, another way, if you really want to see if the cell is empty and does not
contain a comma:
=if(len(rc[11])=0,"whatever","whatever else")

Signature
Bob Greenblatt [MVP], Macintosh
bobgreenblattATmsnDOTcom