Here is the situation:
I have
Table Z (5x5 matrix where each ; indicates a new row)
A,B,C,D,E; F,G,H,I,J; K,L,M,N,O; P,Q,R,S,T; U,V,W,X,Y
My inputs are F K P U and my column headers are A B C D E
if you are familiar with vhlookup, the original equation can look like this...
I want to convert the excel formula... =B5&", "&C5&", "&D5 .... to mathcad. Where B5 C5 and D5 are values. I do not want it as a matrix... just a simple output with the values B5 C5 and D5 separated by commas or something.
Thank you.