Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inserting Section Tables Into Mathcad Prime

Status
Not open for further replies.

Aiden Wilkins

Structural
Joined
Oct 6, 2022
Messages
2
Location
GB
Hi all,

I have been looking into this all morning but just cannot figure it out. I am looking for the best way to input steel section tables (sizes and data - I, E, Z etc.) into Mathcad so that I do not have to manually type in every single property for each calc.

I have tried a few things using READEXCEL and copy/pasting excel tables (I have the data in excel already) but nothing is yet to work. I do not have use of the "Excel Component" function.

Any help would be much appreciated. Excel file attached for use/reference.

Aiden.
 
 https://files.engineering.com/getfile.aspx?folder=ac627b76-6aa1-49a4-9772-a815bf30ec92&file=Steel_Sections.xlsx
make sure the path for the excel file is correct and you use the right syntax.

I have my excel file located in the same folder as the mathcad, so my function reads like this READEXCEL(".\aisc-shapes-database-v15.0xlsx","Database v15!A1:CC2092")

if the excel does not live in the same folder you need to define the file path correctly.

After that you have a table - I built a function to query the table for a defined beam size as follows:

beam_prop_b1zhuj.jpg


I just match the index of my new BEAM table with the property I want to extract and define it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top