Thread
:
Can the AND operator be of use here?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Chip Pearson
external usenet poster
Posts: 7,247
Can the AND operator be of use here?
Yep, that's what I meant.
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
"Debra Dalgleish" wrote in message
...
I think Chip meant to write:
=IF(AND(A1=2345,B1="pills"),"Yes","No")
Chip Pearson wrote:
I'm not sure what your question is. Do you want a formula?
=IF(A1=2345,B1="pills"),"Yes","No")
Perhaps you could provide a few more details about what you
need.
--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html
Reply With Quote
Chip Pearson
View Public Profile
Find all posts by Chip Pearson