Jump to content

Is there a way to round off dimensions in a worksheet?


Recommended Posts

Title pretty much asks it all.  I am frustrated by the returned length of softgoods and want to be able to round (up, preferably) so that we order whole units of softgoods.  24 feet, rather than 23 feet 9.5".  The pipe-and-drape object in particular returns lengths that are not the drawn (desired) length, presumably deducting the diameter of the end poles.  So.  For this and many other uses, it would be helpful to have more control over the dimensional readouts in my worksheets.  Advice?

Link to comment
  • 2 months later...
  • 7 years later...
  • 4 weeks later...
  • 3 weeks later...

Hi Jörg, 

Thanks for your response.  This approach doesn't work when you use it in a worksheet where items are summarized and then summed.  I need the total length to be added, and then that amount needs to be rounded to the nearest inch.  When you use roundup, I suspect that it rounds each individual item in that row separately, then adds them up together, which makes a huge difference if you have lots of little lengths. 

I've found that the following formula will get me accurate counts:

=((CEILING('Soft Goods'.'CurtHeight'*12))/12)

This will give you total curtain length, rounded to the nearest inch.  If you put this in D3, You can then have the next cell over be:

=(VALUE(TXT(D3, '0', 'Millimeters'))) 

to convert to mm. 

Hope this helps some folks out there! @Cris with no H?  I bet you could wrap this in roundup to get to the closest foot.  I haven't tried this though. 

Cheers, 

Nic

Edited by Niccinator
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...