Jump to content

Cutting List Attempt


Recommended Posts

I was attempting to make a cutting list by doing a lookup on my extrusions with Type is extrude.

All is well and good and I can output the values for =height =width and depth by another formula mentioned in the forum, =volume/(height*width), which works effectively.

I am now attempting something much more intense and I hope someone can tell me why it will not work. I want to return the highest value from the height, width or depth as a stand alone formula.

What I have come up with is this:

=IF(WIDTH>HEIGHT, WIDTH, IF(HEIGHT>VOLUME/(WIDTH*HEIGHT)), HEIGHT, VOLUME/(WIDTH*HEIGHT))

The first if statement alone works fine if it is =IF(WIDTH>HEIGHT, WIDTH, HEIGHT) but as soon as the second IF statement is added it will not work, is it something to do with my syntax or can two ifs not be used?

Cheers,

James

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...