Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am creating a 5 question survey that anyone can answer the simple
questions (from drop down menus) and the spreadsheet will show which websites to visit based on the answers to the questions. So each website on the spreadsheet needs to have a set of criteria. For instance one website might be applicable to Internships, Entry Level, and Other - which all come from the B2 drop down menu. How do I make a formula that can have 3 criteria for a SINGLE cell and then other criteria on top of that? Right now I have: =IF((AND(C4="internship",D4="yes",E4="no",F4="no", G4="free")),"Yes","") which works well for only one - but I need C4="entry level" and I need G4=both in addition to what they already =. I tried this - but it doesn't work.... =IF(((C5="internship")*OR(C5="other"))*AND(D5="yes ", E5="No",F5="no", G5="free"), "Yes", "this won't work") HELP please :) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop Down Lists - Not allowing other contents to be put in same ce | Excel Worksheet Functions | |||
multiple select from the drop down list in excel. list in one sheet and drop down in | Excel Discussion (Misc queries) | |||
Counting by multiple criteria | Excel Worksheet Functions | |||
Data Validation - Drop down lists - if then? | Excel Discussion (Misc queries) | |||
Can different drop down lists be displayed depending on the value. | Excel Discussion (Misc queries) |