Hi,
Can anyone advice me how to concatenate two conditions in a "IF" formula?
Thanks and regards.
Ringo
Frank Kabel - 01 Dec 2004 06:34 GMT
Hi
do you mean something like
=IF(AND(A1=1,B1=2),"Match","no match")

Signature
--
Regards
Frank Kabel
Frankfurt, Germany
> Hi,
>
[quoted text clipped - 3 lines]
>
> Ringo
CLR - 01 Dec 2004 12:11 GMT
Maybe.....
=IF(AND(A1=1,B1=2),CONCATENATE(A1,B1),"")
Vaya con Dios,
Chuck, CABGx3
> Hi,
>
[quoted text clipped - 3 lines]
>
> Ringo