Hi,
I need to have the output (Excel spreadsheet) contain an Excel formula to calculate the days elapsed based on today's date.
Column A: ID
Column B: Occurrence date
Column C: Days since occurrence date
In Excel I would put the following formula into C1 and apply to the remaining rows: =DAYS(TODAY(),B$1)
That way, each time the spreadsheet is opened, Column C reflects the number of days elapsed since the occurrence date. I know this calculation can be done in Alteryx but the result is static.
How do I do this in Alteryx?
Thanks!
| | A | B | C |
| 1 | 123 | 20/09/21 | |
| 2 | 124 | 18/09/21 | |
| 3 | 125 | 15/09/21 | |