I am not sure if Alteryx has this capability but I sure hope it does. I am trying to take payroll data that is broken down into different pay periods of hours worked. I have been trying to come up with an alterx formula that would automate the following process:
Ie)
| | 07/06/2019 | 07/20/2019 | 08/03/2019 | July Total |
| Person A | 254.5 | 159.75 | 135.09 | 367.069 |
| Person B | 225 | 118.67 | 121.83 | 303.702 |
July = (6/14)*254.5 + 159.75 + (11/14)*135.09 = 367.069
Since the first date column starts with 6, it would be 6 days out of the biweekly pay period (06/14) + the full pay period of 07/20 (100%) + a portion of the biweekly pay period ending on aug 3rd (14 - 3 =11).>> 11/14
Basically, what I am asking here is if it's possible to come up with a formula that takes a portion of column A, the full amount of hours from column B and a portion of hours from column C.
Any help with this would be very appreciated!!