Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am making a parametric industrial bookshelf, which is produced in 2030 mm, 3030 mm and so on in length.
I want to make it round down or up like for example:
Length is above 2500 and it rounds to 3030 and if under, it rounds to 2030.
I have tried following formula, but can't get it to work:
IF (Length<2500, IF true, Length = 2030, IF false, Length = 3030)
IF (Length<2500, Length = 2030)
IF (Length <2500, Length = 2030) IF (Length <2500, Length = 3030)
Any help is appreciated!
Best Regards,
CL
Solved! Go to Solution.