Include in output if amount in an specific column is more that $600 and more than $-600
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
Jmaldonado
5 - Atom
‎06-02-2021
09:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I'm trying to create an if statement to exclude from the output anything that is less than $600 or less that $ -600 for either sum 1 or sum 2 columns. In other words, exclude anything between $600 and $-600. Attached output file for your reference.
Labels:
- Labels:
- Custom Tools
- Developer Tools
1 REPLY 1
22 - Nova
‎06-02-2021
09:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Jmaldonado
Formula in filter would be something like below. Where its checking that Sum1 & Sum2 are both lesser than 600 and greater than -600
([Sum 1]<=600 and [Sum 1]>=-600)
AND
([Sum 2]<=600 and [Sum 2]>=-600)
Workflow:
Hope this helps 🙂
