ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Formula to answer three questions. (https://www.excelbanter.com/excel-discussion-misc-queries/224485-formula-answer-three-questions.html)

chad

Formula to answer three questions.
 
I can not get the formula right to answer three questions and then put a
statement up in excel.

The format ask the user three questions. They are the following:

1) Do you spend 100% of your work hours in the office
2)Do you spend some of your work hours in a office or visiting clients in
their offices
3)Do you spend the majority of your time in the field where you will be
exposed to construction related activities. Construction activities
includebut not limited to the follwing: heavy equipment, scaffolds,
excavations, use fall protection, traffic, aerial lift etc.

-- It is three yes or no answers. I have used If, true false statements
for the yes or no. the part where I am having trouble are the following:
First Scenerio- Yes, No and No I need the following statement to come up in
a cell below "Stop do not go any farther"
Second scenerio Question answered are No, Yes, No - "Stop do not go any
farther"
Third Scenerio Question answered as No, NO, Yes Statement is"Proceed"

Can anyone help me out. I have spent three days on this and still can not
figure it out. I have used Ifs, then, true false, I am a rookie at excel
so there could be a simpler way. T

Thanks



Alan

Formula to answer three questions.
 
With the three answers in A2, B2 and C2, in D2:-

=IF(AND(A2="Yes",B2="No",C2="No"),"Stop",IF(AND(A2 ="No",B2="Yes",C2="No"),"Stop",IF(AND(A2="No",B2=" No",C2="Yes"),"Proceed","")))

This will do it, but if any scenario is entered other than the three you
mentioned, or any cell is left empty, it will return a blank cell. You can
enter an error message in between the double quotes at the very end if you
wish.
I'm sure someone will come up with a more elegant way, although this works,
it's a bit clunky!

Regards,
Alan.
"Chad" wrote in message
...
I can not get the formula right to answer three questions and then put a
statement up in excel.

The format ask the user three questions. They are the following:

1) Do you spend 100% of your work hours in the office
2)Do you spend some of your work hours in a office or visiting clients in
their offices
3)Do you spend the majority of your time in the field where you will be
exposed to construction related activities. Construction activities
includebut not limited to the follwing: heavy equipment, scaffolds,
excavations, use fall protection, traffic, aerial lift etc.

-- It is three yes or no answers. I have used If, true false statements
for the yes or no. the part where I am having trouble are the following:
First Scenerio- Yes, No and No I need the following statement to come up
in
a cell below "Stop do not go any farther"
Second scenerio Question answered are No, Yes, No - "Stop do not go any
farther"
Third Scenerio Question answered as No, NO, Yes Statement is"Proceed"

Can anyone help me out. I have spent three days on this and still can not
figure it out. I have used Ifs, then, true false, I am a rookie at
excel
so there could be a simpler way. T

Thanks




Sheeloo[_4_]

Formula to answer three questions.
 
Try
=IF(A1="Yes",IF(A2="Yes",IF(A3="Yes","Yes-Yes-Yes","Yes-Yes-No"),IF(A3="Yes","Yes-No-Yes","Yes-No-No")),IF(A2="Yes",IF(A3="Yes","No-Yes-Yes","No-Yes-No"),IF(A3="Yes","No-No-Yes","No-No-No")))

Replace your result at the appropriate combination of Ans1-Ans2-Ans3
I have assumed that answers are in A1, A2 and A3 respectively...

I tried to put your answers in the formula... check this out...
=IF(A1="Yes",IF(A2="Yes",IF(A3="Yes","Yes-Yes-Yes","Yes-Yes-No"),IF(A3="Yes","Yes-No-Yes","Stop
do not go any farther")),IF(A2="Yes",IF(A3="Yes","No-Yes-Yes","Stop do not go
any farther"),IF(A3="Yes","Processed","No-No-No")))

"Chad" wrote:

I can not get the formula right to answer three questions and then put a
statement up in excel.

The format ask the user three questions. They are the following:

1) Do you spend 100% of your work hours in the office
2)Do you spend some of your work hours in a office or visiting clients in
their offices
3)Do you spend the majority of your time in the field where you will be
exposed to construction related activities. Construction activities
includebut not limited to the follwing: heavy equipment, scaffolds,
excavations, use fall protection, traffic, aerial lift etc.

-- It is three yes or no answers. I have used If, true false statements
for the yes or no. the part where I am having trouble are the following:
First Scenerio- Yes, No and No I need the following statement to come up in
a cell below "Stop do not go any farther"
Second scenerio Question answered are No, Yes, No - "Stop do not go any
farther"
Third Scenerio Question answered as No, NO, Yes Statement is"Proceed"

Can anyone help me out. I have spent three days on this and still can not
figure it out. I have used Ifs, then, true false, I am a rookie at excel
so there could be a simpler way. T

Thanks



Steve Yandl[_2_]

Formula to answer three questions.
 
Chad,

I think I'd have different responses for situations where the answer Yes is
given to multiple questions but it's your workbook.

If the answers are in A1, B1, and C1, this should give you the result you
want.
=IF(AND(C1="Yes",COUNTIF(A1:C1,"Yes")=1),"Proceed" ,"Stop do not go any
farther")


Steve



"Chad" wrote in message
...
I can not get the formula right to answer three questions and then put a
statement up in excel.

The format ask the user three questions. They are the following:

1) Do you spend 100% of your work hours in the office
2)Do you spend some of your work hours in a office or visiting clients in
their offices
3)Do you spend the majority of your time in the field where you will be
exposed to construction related activities. Construction activities
includebut not limited to the follwing: heavy equipment, scaffolds,
excavations, use fall protection, traffic, aerial lift etc.

-- It is three yes or no answers. I have used If, true false statements
for the yes or no. the part where I am having trouble are the following:
First Scenerio- Yes, No and No I need the following statement to come up
in
a cell below "Stop do not go any farther"
Second scenerio Question answered are No, Yes, No - "Stop do not go any
farther"
Third Scenerio Question answered as No, NO, Yes Statement is"Proceed"

Can anyone help me out. I have spent three days on this and still can not
figure it out. I have used Ifs, then, true false, I am a rookie at
excel
so there could be a simpler way. T

Thanks






All times are GMT +1. The time now is 12:28 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com