Skip to main content
10-Marble
October 25, 2025
Solved

How to assemble data (matrices) for presentation

  • October 25, 2025
  • 3 replies
  • 460 views

I need to add a summary at thr bottom of my calculation to shoe results as shown below.

I am not able to do.

I request shed me with some lights to get around this.

imade-1.png

Best answer by StuartBruff

Terry's solution is ideal for your particular case.  

 

However, sometimes it is useful to have a generic function to create tables.

 

2025 10 26 A.png

 

The last table example in the image below separates the Location from the pressure and discharge data.

 

2025 10 26 B.png

 

Stuart

 

(Mathcad 10 worksheet attached)

3 replies

21-Topaz II
October 25, 2025

Hi,

One way is to create a matrix.

Capture.JPG

Cheers

Terry

 

23-Emerald V
October 26, 2025

Terry's solution is ideal for your particular case.  

 

However, sometimes it is useful to have a generic function to create tables.

 

2025 10 26 A.png

 

The last table example in the image below separates the Location from the pressure and discharge data.

 

2025 10 26 B.png

 

Stuart

 

(Mathcad 10 worksheet attached)

25-Diamond I
October 26, 2025

I sure would rather go with Terry's solution, but in case you need more color and other formatting features you could consider inserting an Excel component to do the job.

Werner_E_0-1761457986245.png

 

RWickrama10-MarbleAuthor
10-Marble
October 26, 2025

Thanks for the great help.