Replicate Excel Formula
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
Lizbhernan
8 - Asteroid
09-11-2024
08:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am still building my first workflow and I am wondering how this formula can be replicated
=[@[Eligible Hours]]*[@[Vacation Exclusion]]*IFNA(VLOOKUP([@[CO '#]]&[@[EPE'#]],Eligibility,@COLUMN(Eligibility[H&W (T/F)]),FALSE), TRUE)
I would really appreciate any help with this
Labels:
- Labels:
- Community
2 REPLIES 2
cjaneczko
13 - Pulsar
09-11-2024
09:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Use the join tool on your first table and your Eligibility Table. Join on CO# and EPE#. After the join, Union the J anchor with the L anchor. Add a formula tool after that to calculate your Hours times Exclusion using an IF formula to replace any Null values from the union.
21 - Polaris
09-12-2024
09:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Welcome to the world of Analytic😁
Better to have a sample set data of input and output.
