Jump to content

Worksheet Formatting


Recommended Posts

  • 4 years later...

Sorry for the delay. Crazy week.

 

Worksheet Function Documentation is available here:  https://developer.vectorworks.net/index.php?title=Worksheet_Functions#General_2

 

What the original poster was looking for (or kind of looking for) is a way to generate a display of Feet & Inches from a dimension in millimeters.  The worksheet TXT function will generate a string representation of a dimension conversion. It will be a string and not a number, so you can't use it in calculations.

 

In a document with Dimensions set to millimeters, and a dimension value stored in cell A3, this function will return a string showing the feet and inches value with fractional inches rounded to the nearest 1/16th of an inch.

 

=TXT(A3, 'FeetNInches', 'Frac', '1/16')

 

 

If you are in a country that used the comma as the decimal point in numbers you will need to use semicolons [;] to separate the function parameters instead of the commas I have shown.

 

HTH.  Ask if you need more help.

  • Like 2
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...