Hi everyone,
I have 20 columns all with specific headers. Then another 6 columns (Field of Study 1-6) with data that matches 1 or more of those headers and an additional 6 columns (Credits for Field of Study 1-6) with a numerical value associated with that header.
At this juncture I'm basically brute forcing it and it isn't a very good solution (nor is it actually working). What I've done is use individual formulas to move things into the columns by doing "IF [Field of Study 1] = "Accounting" THEN [Credits for Field of Study 1] ELSE NULL() ENDIF" etc. with each header. But once I move on to the Field of Study 2 it nulls out the original value for obvious reasons.
I was thinking transpose and some kind of formula then crosstab but I'm not 100% on how that would work. Any ideas?
3rd picture at the bottom is the end result I'm looking for. Thanks!


