Can I combine select text from independent responses in different excel cells, similar to how independent clauses are combined in English grammar using commas and conjunctions (Bob is bad. Billy is bad.-->Bob and Billy are bad.)?
I have a spreadsheet with values populated by a survey asking about whether something happens more frequently on (A) weekdays, (B) weekends, (C) vacation, or (D) away from home.
For each question there are two possible responses ("occurs" or "does not occur". I am left with spreadsheet, for example as follows:
A1: Does not occur less frequently during weekdays
B1: Does not occur less frequently during weekends
C1: Occurs less frequently on vacation
D1: Does not occur less frequently away from home
1) Can A1 - D1 be combined conditionally when they are similar, resulting in the following (as an example)
E1: Does not occur less frequently during weekdays, weekends or away from home.
F1: Occurs less frequently on vacation
2) Can the use of AND vs OR also be specified depending on the components of the text ("does not occur" vs. "occurs") such as in the following example:
A1: Occurs less frequently during weekdays
B1: Does not occur less frequently during weekends
C1: Occurs less frequently on vacation
D1: Does not occur less frequently away from home
This would then result in the following (for example):
E1: Does not occur less frequently during weekends or away from home.
F1: Occurs less frequently on weekdays and on vacation
Thanks in advance.
I have a spreadsheet with values populated by a survey asking about whether something happens more frequently on (A) weekdays, (B) weekends, (C) vacation, or (D) away from home.
For each question there are two possible responses ("occurs" or "does not occur". I am left with spreadsheet, for example as follows:
A1: Does not occur less frequently during weekdays
B1: Does not occur less frequently during weekends
C1: Occurs less frequently on vacation
D1: Does not occur less frequently away from home
1) Can A1 - D1 be combined conditionally when they are similar, resulting in the following (as an example)
E1: Does not occur less frequently during weekdays, weekends or away from home.
F1: Occurs less frequently on vacation
2) Can the use of AND vs OR also be specified depending on the components of the text ("does not occur" vs. "occurs") such as in the following example:
A1: Occurs less frequently during weekdays
B1: Does not occur less frequently during weekends
C1: Occurs less frequently on vacation
D1: Does not occur less frequently away from home
This would then result in the following (for example):
E1: Does not occur less frequently during weekends or away from home.
F1: Occurs less frequently on weekdays and on vacation
Thanks in advance.