cmcreynolds
Active Member
- Joined
- May 21, 2015
- Messages
- 295
Hello again -
I work in education. I have one table of various schools (our clients) and their degrees. I have another table that lists various start terms within a fiscal year. Is there a way to merge these (via Power Query, Power Pivot, or good ole plain Excel) so that I can:
So, for example, School A has two degrees: Biology and Chemistry and both of those degrees have six start dates in a year, but we only have, let's say 4 of them. Can I create a table from the other two that looks like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Client
[/TD]
[TD]Program
[/TD]
[TD]StartDate
[/TD]
[TD]Goal1
[/TD]
[TD]Goal2
[/TD]
[/TR]
[TR]
[TD]SchoolA
[/TD]
[TD]Bio
[/TD]
[TD]1/1/2016
[/TD]
[TD]*I add this data manually
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SchoolA
[/TD]
[TD]Chem
[/TD]
[TD]1/1/2016
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SchoolA
[/TD]
[TD]Bio
[/TD]
[TD]3/1/2016
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SchoolA
[/TD]
[TD]Chem
[/TD]
[TD]3/1/2016
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SchoolA
[/TD]
[TD]Bio
[/TD]
[TD]6/1/2016
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SchoolA
[/TD]
[TD]Chem
[/TD]
[TD]6/1/2016
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SchoolA
[/TD]
[TD]Bio
[/TD]
[TD]8/1/2016
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SchoolA
[/TD]
[TD]Chem
[/TD]
[TD]8/1/2016
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
And will it allow me to add additional programs (or even clients) in the one table and populate it with corresponding start dates?
OR even add an additional start date?
I have unique identifiers for each row in both tables. I'm just having a time conceptualizing how to come together (like a database). I suppose I can build a simple Access database? *le sigh*
Thanks for your help.
I work in education. I have one table of various schools (our clients) and their degrees. I have another table that lists various start terms within a fiscal year. Is there a way to merge these (via Power Query, Power Pivot, or good ole plain Excel) so that I can:
- adjust for new clients and programs
- adjust for new start dates (I'm working on FY 2017 and we don't have all the dates, yet)
- add our goals to these "outputs"
So, for example, School A has two degrees: Biology and Chemistry and both of those degrees have six start dates in a year, but we only have, let's say 4 of them. Can I create a table from the other two that looks like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Client
[/TD]
[TD]Program
[/TD]
[TD]StartDate
[/TD]
[TD]Goal1
[/TD]
[TD]Goal2
[/TD]
[/TR]
[TR]
[TD]SchoolA
[/TD]
[TD]Bio
[/TD]
[TD]1/1/2016
[/TD]
[TD]*I add this data manually
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SchoolA
[/TD]
[TD]Chem
[/TD]
[TD]1/1/2016
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SchoolA
[/TD]
[TD]Bio
[/TD]
[TD]3/1/2016
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SchoolA
[/TD]
[TD]Chem
[/TD]
[TD]3/1/2016
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SchoolA
[/TD]
[TD]Bio
[/TD]
[TD]6/1/2016
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SchoolA
[/TD]
[TD]Chem
[/TD]
[TD]6/1/2016
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SchoolA
[/TD]
[TD]Bio
[/TD]
[TD]8/1/2016
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SchoolA
[/TD]
[TD]Chem
[/TD]
[TD]8/1/2016
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
And will it allow me to add additional programs (or even clients) in the one table and populate it with corresponding start dates?
OR even add an additional start date?
I have unique identifiers for each row in both tables. I'm just having a time conceptualizing how to come together (like a database). I suppose I can build a simple Access database? *le sigh*
Thanks for your help.