Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I used the following formula to evaluate the "Yes/No" responses to several
questions. If any of the responses are "No" then the formula should return "Fail"; only if all are "Yes", then it should return "Pass" =IF(OR(V40,V41:V42)="No","Fail","Pass") V40, V41, and V42 are the cells that contain the Yes/No responses The formula returned an error. Any suggestions for correction? In addition, if there are many questions, how would I abbreviate the query of cells so that I do not manually list them, as I did above - i.e. instead of V40,V41,V42, use something like a colon between the first and last cell - V40:V42? Thank you -- MZ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
identical formula returns #VALUE! error | Excel Discussion (Misc queries) | |||
Array Formula returns error but only for specific columns | Excel Discussion (Misc queries) | |||
Sumproduct returns value error when ref is formula | Excel Discussion (Misc queries) | |||
Formula to sum every 4th cell returns #DIV/0! error in some column | Excel Worksheet Functions | |||
formula returns error in version 2003 only | Excel Worksheet Functions |