View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jenhow jenhow is offline
external usenet poster
 
Posts: 7
Default flow chart vlookup if statements

I am trying to convert a flow chart into series of questions. Right now I
have a flow chart that asks a yes/no question. I would like to set up
something where it asks the first question and then if they answer yes, it
gives them the next question if no, then it asks a different questions. I can
do this for one question just using an IF statement but once I get to the
second question I am stuck since the second question will be different
depending on if the answer to the first was yes or no.
Any suggestions?