cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

Mathcad - Text in table cells

Robin56
2-Guest

Mathcad - Text in table cells

I wanted to create a table with text and numbers and then be able to sum the numbers.  Such as:

    Item          Wt

   Motor       100

   Bearing      20

   Mount       220

 

TotalWeight:= Sum Wt

 

But it is complaining that "Motor" etc. are undefined variables.

I could created just a single column table to hold the weights and then align it against a series of text boxes but that does not feel right.

 

Thanks for your help,

   Robin

 

 

2 REPLIES 2
MJG
18-Opal
18-Opal
(To:Robin56)

It's best if you attach your file and/or include a snapshot.

You likely just need to put Motor, Bearing, & Mount in quotes:

    Item          Wt

   "Motor"       100

   "Bearing"      20

   "Mount"       220

Robin56
2-Guest
(To:MJG)

Thanks, That works for me.

 

Robin

Top Tags