How to read a negative number to positive
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page

Inactive User
Not applicable
‎06-14-2022
07:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi All,
How can i read a negative number as positive,example
A B
-80 10
After addition result should be in positive e.g 90, Can anyone help me to achive this result.
Thanks in advance.
Labels:
- Labels:
- Output
2 REPLIES 2
17 - Castor
‎06-14-2022
07:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Just wrap your fields that may be negative in abs(). In this case you would just do:
abs([A])+abs([B])
16 - Nebula
‎06-14-2022
07:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can use `abs` function in the Formula Tool to take the absolute value.
