Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hi all,
If I use an Excel component in Mathcad and pass any number of input variables into the Excel Spreadsheet, is there a way to control what units are passed into the spreadsheet?
I've already tried:
Please see the attached Mathcad sheet. If you change the Worksheet Units from SI to U.S. you will see the weird behavior of some units properly adjusting while others give incorrect values.
Any advice would be appreciated.
Edit: I'm using version 15 of Mathcad if that makes a difference.
Solved! Go to Solution.
Excel doesn't know about units. Mathcad knows about units, it will convert from one to another for you. If you want a particular unit for Excel, divide the variable by that unit (like scaling a graph) and you'll send a unitless number of the right value off.
Excel doesn't know about units. Mathcad knows about units, it will convert from one to another for you. If you want a particular unit for Excel, divide the variable by that unit (like scaling a graph) and you'll send a unitless number of the right value off.
Perfect! Thank you so much...