I'm trying to get the hlookup function to output a value of a matrix given a string or value to match in a header row, the lookup matrix, and known row number. i.e.
seed:= "ex"
R: [0 "ex" 1
2 3 4
5 6 7]
As I have it written now, MathCAD outputs
solution:=...