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
[TABLE="class: grid, width: 450"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]ConstituentID
[/TD]
[TD]Campaign[/TD]
[TD]Fiscal Year[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]1004200[/TD]
[TD]Current-Unrestricted
[/TD]
[TD]2008
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]1004200[/TD]
[TD]Capital
[/TD]
[TD]2009[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]1004200[/TD]
[TD]Endowment
[/TD]
[TD]2010[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]1007850
[/TD]
[TD]Current-Unrestricted
[/TD]
[TD]2012[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]1007850
[/TD]
[TD]Capital
[/TD]
[TD]2012
[/TD]
[/TR]
</tbody>[/TABLE]
Spread Sheet B
[TABLE="class: grid, width: 450"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Cons ID
[/TD]
[TD]Current-Unrestricted[/TD]
[TD]Capital[/TD]
[TD]Endowment[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]1004200[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]1007850[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
What I need spread sheet B to look like, completed
[TABLE="class: grid, width: 450"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Cons ID
[/TD]
[TD]Current-Unrestricted[/TD]
[TD]Capital[/TD]
[TD]Endowment[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]1004200[/TD]
[TD]2008
[/TD]
[TD]2009
[/TD]
[TD]2010
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]1007850[/TD]
[TD]2012
[/TD]
[TD]2012
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
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
[TABLE="class: grid, width: 450"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]ConstituentID
[/TD]
[TD]Campaign[/TD]
[TD]Fiscal Year[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]1004200[/TD]
[TD]Current-Unrestricted
[/TD]
[TD]2008
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]1004200[/TD]
[TD]Capital
[/TD]
[TD]2009[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]1004200[/TD]
[TD]Endowment
[/TD]
[TD]2010[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]1007850
[/TD]
[TD]Current-Unrestricted
[/TD]
[TD]2012[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]1007850
[/TD]
[TD]Capital
[/TD]
[TD]2012
[/TD]
[/TR]
</tbody>[/TABLE]
Spread Sheet B
[TABLE="class: grid, width: 450"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Cons ID
[/TD]
[TD]Current-Unrestricted[/TD]
[TD]Capital[/TD]
[TD]Endowment[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]1004200[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]1007850[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
What I need spread sheet B to look like, completed
[TABLE="class: grid, width: 450"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Cons ID
[/TD]
[TD]Current-Unrestricted[/TD]
[TD]Capital[/TD]
[TD]Endowment[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]1004200[/TD]
[TD]2008
[/TD]
[TD]2009
[/TD]
[TD]2010
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]1007850[/TD]
[TD]2012
[/TD]
[TD]2012
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]