Hi,
I have a bit of a tough one here.
I have multiple spreadsheets (each with the same format). Here's an example of what one spreadsheet would look like
<tbody>
</tbody>
Basically, every time you answer "No" you'll need to put in an action and a due date. I have about 20 sheets in this format. What I want to do is create another worksheet that will get all the "No" answers from each tab and put it in one sheet. Example:
<tbody>
</tbody>
What's the best way of going about this?
Thanks for the help!
I have a bit of a tough one here.
I have multiple spreadsheets (each with the same format). Here's an example of what one spreadsheet would look like
Answer | Number | Action | Date |
Yes | 1.1 | ||
No | 1.2 | This will be an action | 5/30/15 |
No | 1.3 | Another action | 6/5/15 |
<tbody>
</tbody>
Basically, every time you answer "No" you'll need to put in an action and a due date. I have about 20 sheets in this format. What I want to do is create another worksheet that will get all the "No" answers from each tab and put it in one sheet. Example:
1.2 | This will be an action | 5/30/15 |
1.3 | Another action | 6/5/15 |
2.1 | Another action from another tab | 6/5/15 |
3.4 | and another one | 7/1/15 |
<tbody>
</tbody>
What's the best way of going about this?
Thanks for the help!