Thread
:
if/and formulas
View Single Post
#
1
Posted to microsoft.public.excel.worksheet.functions
Chuckee
external usenet poster
Posts: 14
if/and formulas
Hi,
Is it possible to nest if/and formulas or is there a different way to do it.
Here is my simple example
=IF(AND(J1="X", K1="G"), "AAAAA",""),IF(AND(J1="X", K1="T"),"BBBBB","")
Now this gives a #value! error
Any ideas?
Reply With Quote
Chuckee
View Public Profile
Find all posts by Chuckee