Incremental String (Excel Formula) based on Location
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
Alteryx
‎05-30-2022
11:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Here is my dummy data:
Location | Category | Qty | Budget |
Los Angeles | Rev | 4 | 100 |
Los Angeles | Exp | 6 | 170 |
New York | Rev | 2 | 200 |
New York | Exp | 4 | 250 |
London | Rev | 7 | 325 |
London | Exp | 6 | 325 |
What I would like to achieve is to add a field and add string (Excel formula) to every cell starting as C5*D5, incrementing based on Location. Please see below:
Location | Category | Qty | Budget | Formula |
Los Angeles | Rev | 4 | 100 | C5*D5 |
Los Angeles | Exp | 6 | 170 | C6*D6 |
Los Angeles | Exp | 6 | 120 | C7*D7 |
New York | Rev | 2 | 200 | C5*D5 |
New York | Exp | 4 | 250 | C6*D6 |
London | Rev | 7 | 325 | C5*D5 |
London | Exp | 6 | 325 | C6*D6 |
Any suggestions please? Thanks!
Labels:
- Labels:
- Preparation
5 REPLIES 5
16 - Nebula
‎05-30-2022
12:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
17 - Castor
‎05-30-2022
12:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
binuacs
21 - Polaris
‎05-30-2022
11:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎05-31-2022
10:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@binuacs and @DataNath thank you both for your prompt and working replies.
@PhilipManneringthank you for your time as well however I need a workflow that approaches the new field incrementally per location.
16 - Nebula
‎06-01-2022
01:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
No worries @Mert. As long as the community as a whole has provided you with a working solution, that's the main thing!
