A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
=IF(AND(A21="SAN JOSE SCALE", J21=20),"X Market", "O Market")
as you are looking for Text.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I'm having trouble with a statement that i've created in my spreadsheet. Basically, i'm wanting to do the following: if "San Jose Scale" is selected from a drop down menu in A21 and "5" is entered in J21 then I need it to return either "X Market" or "O Market" in another cell (B28). The problem i'm having is that it returns #NAME?
This is the formula i created: =IF(AND(A21=SAN JOSE SCALE, J21=20),"X Market", "O Market")
I think that the formula is not working because I am using a drop down selection - is it possible to make it work by using one?
By the way, i'm using Excel 2007.
Thank you so much for your help in advance!
Sasha
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
=IF(AND(A21="SAN JOSE SCALE", J21=20),"X Market", "O Market")
as you are looking for Text.
Thank you!