Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I use tables quite a bit but when I used them as input to calculations, the output does not reflect the number of data points that are supposed to be calculated from the input data.
See example below (only one value for chargeVolume). What the heck is happening or I am brain dead for this simple calculation.


Typically, when presented with an arithmetic multiply on vectors like this, Mathcad will execute a dot product, resulting in a scalar.
Try "vectorizing" the right hand side. (select the right hand side, type "Ctrl-Shift-^". Tells Mathcad to execute element by element.
