I am using an "if" formula.
This is what I wrote =if(B2<>"","Dear B2,","To Whom It May Concern:")
The value in B2 is "Nancy"
This formula gives me the answer of "Dear B2,"
How do I get it to say "Dear Nancy," ?
=IF(B2<>"","Dear "&B2&",","To Whom It May Concern:")

Signature
Regards,
Dave
> I am using an "if" formula.
> This is what I wrote =if(B2<>"","Dear B2,","To Whom It May Concern:")
> The value in B2 is "Nancy"
> This formula gives me the answer of "Dear B2,"
> How do I get it to say "Dear Nancy," ?
Cheryl - 30 Sep 2005 21:09 GMT
Worked like a charm-- Thank you! You are wonderful!
> =IF(B2<>"","Dear "&B2&",","To Whom It May Concern:")
>
[quoted text clipped - 3 lines]
> > This formula gives me the answer of "Dear B2,"
> > How do I get it to say "Dear Nancy," ?