SOLVED
Changing certain number range to 0
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
skucharczyk
5 - Atom
‎08-30-2022
02:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi all! First post in this community and I'm sure this is a simple fix but im new to Alteryx.
Background: I have an excel that has 4 digit account numbers in 1 column and then an amount in column 2 (example below):
Acct: Amt:
1234 450.09
3243 40.33
5464 44.09
6477 333.33
Help Needed: I want to add a formula in to the workflow to basically do the following: For any account # greater than 3999, replace the # in the amount column with 0.
So the end product if I was to run an output should show the following:
Acct: Amt:
1234 450.09
3243 40.33
5464 0
6477 0
Solved! Go to Solution.
Labels:
- Labels:
- Expression
1 REPLY 1
binuacs
21 - Polaris
‎08-30-2022
03:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
