I think that was my answer.
What you should do is this:
1) set up your worksheet without the summary at the top, go clear through to the end.
2)as you set up the variables, you typically define a variable using the colon to define a variable, like this:
A : pi()*r^2 (use mathcad syntax) That colon will show up as .= in mathcad. (This is the defining = sign in the help.)
But, for any variable that you want to display on the top summary section do it differently: use the global = definition. I believe this is the ctrl-=. It is a global variable, and the value can be displayed anywhere in the sheet, including at the top.
Next, go back to the top of the worksheet and set up your summary with appropriate notes, text, refernces etc. If you want to display the value of A there, just type A = and you will get the current value; add the proper units and you have it.
A drawback is that if you have blanks for any of your input values, you will probalby get something that looks like an error for these global variables, this will disappear as soon as you have all your input variables assigned with valuses.
Regards,
chichuck