No.
Tables in Prime are just for input of static data. You cannot use them for output, and any expression you use must use defined data (numbers or variables), Note that while defining a vector, the vector itself is unknown. Means you cannot define:

But fortunately, the vector Psat is known at the definition of MEOP, etc. so you can:

Note that MEOP, PROOF, and BURST are now based upon Psat, so they inherit their units from it and you shouldn't type a unit in their placeholder.
(Note also that I use ORIGIN, to make the indexing independent from the actual value of ORIGIN, which you set to be 1).
Now you have:
,
and 
What else you can do is the following:



But here the problem is that you cannot change the display of the units inside the matrix.
Success!
Luc