Hi,
I am having trouble deciding what formula to use in Excel for task I have below. In the original spread sheets there are approximately 580 individuals records that need to be worked on. Therefore, I do not want to do this manually.
I need to get data from spread sheet A to populate into spread sheet B.
There are multiple records (each = a single row) on spread sheet A, and only a single record (one row) in spread sheet B.
Column Headers in spread sheet B, is the data that is listed in spread sheet A (Column B).
Will also need to do similar data exchange using the same column headers and data, but switching fiscal year for dollar amount.
Spread Sheet A
<colgroup><col><col><col></colgroup><tbody>
</tbody>
Spread Sheet B
<colgroup><col><col><col><col></colgroup><tbody>
</tbody>
What I need spread sheet B to look like, completed
<tbody>
</tbody>
I am having trouble deciding what formula to use in Excel for task I have below. In the original spread sheets there are approximately 580 individuals records that need to be worked on. Therefore, I do not want to do this manually.
I need to get data from spread sheet A to populate into spread sheet B.
There are multiple records (each = a single row) on spread sheet A, and only a single record (one row) in spread sheet B.
Column Headers in spread sheet B, is the data that is listed in spread sheet A (Column B).
Will also need to do similar data exchange using the same column headers and data, but switching fiscal year for dollar amount.
Spread Sheet A
A | B | C | |
1 | ConstituentID | Campaign | Fiscal Year |
2 | 1004200 | Current-Unrestricted | 2008 |
3 | 1004200 | Capital | 2009 |
4 | 1004200 | Endowment | 2010 |
5 | 1007850 | Current-Unrestricted | 2012 |
6 | 1007850 | Capital | 2012 |
<colgroup><col><col><col></colgroup><tbody>
</tbody>
Spread Sheet B
A | B | C | D | |
1 | Cons ID | Current-Unrestricted | Capital | Endowment |
2 | 1004200 | |||
3 | 1007850 |
<colgroup><col><col><col><col></colgroup><tbody>
</tbody>
What I need spread sheet B to look like, completed
A | B | C | D | |
1 | Cons ID | Current-Unrestricted | Capital | Endowment |
2 | 1004200 | 2008 | 2009 | 2010 |
3 | 1007850 | 2012 | 2012 |
<tbody>
</tbody>