I am trying to build a formula in alteryx to return the most recent Friday of todays date.. the excel formula is fairly straitforward:
=TODAY()-MOD(WEEKDAY(TODAY(),16),7)
Could someone assist in the translation? trying to build this out in alteryx is proving to be extremely difficult..
TYIA