Forum Discussion
Antonio3333
Feb 01, 2024Copper Contributor
Diference between 2 collums with Year-Weeknumber
Hi Team,
How can calculate the diference between this 2 collums?
Thank you
- I would recommend going back to the original DATE instead of these text outputs. You can do: =QUOTIENT([delivery date]-[requested date],7)
or you could ROUND( ([delivery date]-[requested date]) / 7, 0)
- m_tarlerBronze ContributorI would recommend going back to the original DATE instead of these text outputs. You can do: =QUOTIENT([delivery date]-[requested date],7)
or you could ROUND( ([delivery date]-[requested date]) / 7, 0)- Antonio3333Copper ContributorThank you m_tarler