SOLVED
Vlookups and roundup
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
Shank
8 - Asteroid
‎07-21-2018
11:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
i am new to alteryx and I have two problems to be solved in it.
1. I am working on one of the report and i need to perform the Vlookup with true (which is used in excel) can some help on this?
below is an example.
2. also, i need to roundup values how can i achieve that in alteryx?
ex: 2.342 to 2.3 and 4.677777 to 4.7 etc...
many thanks for your help
lookup Table:
Level | Type |
0 | L1 |
1.01 | L2 |
1.5 | L3 |
2.4 | L4 |
desired Result need:
Level | Type |
0.2 | L1 |
0.3 | L1 |
0.2 | L1 |
0.1 | L1 |
0.2 | L1 |
0.1 | L1 |
0.4 | L1 |
0.4 | L1 |
0.3 | L1 |
0.6 | L1 |
1.3 | L2 |
1.6 | L3 |
Regards,
Shashank
Solved! Go to Solution.
Labels:
- Labels:
- Help
3 REPLIES 3
Bahouth12
7 - Meteor
‎07-21-2018
11:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎07-21-2018
11:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you so much for the solution
‎07-22-2018
10:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi... Can we have same logic if we have multiple columns to lookup?
Ex
I need lookup one more column in source aprat from Type
