Message 1 of 5

Not applicable
07-09-2018
06:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to tell AutoCAD to show the difference between 2 values?
I've a block that shows the slope between 2 floor levels, those levels can be + or -.
Is there any way to show the distance between those numbers?
-X +Y
-X -Y
+X -Y
+X +Y
In Excel I'd use the formula IF((X-Y)<=0,Y-X,X-Y), but i'm not sure how to add this in a FIELD
In these
Solved! Go to Solution.