GreenCat223
New Member
- Joined
- Mar 27, 2024
- Messages
- 8
- Office Version
- 365
- 2021
- 2019
- Platform
- Windows
Hi there, I came across this function which calculates how many days occur between two dates:
=SUM(N(WEEKDAY(ROW(INDIRECT(A1&":"&A2)))=4))
I'm trying to dissect this formula to understand it better but the part I'm struggling with is the "INDIRECT(A1&":"&A2)" function. I'm not sure what job this performs in the function to help it arrive at the final result.
Please can someone explain this to me?!
Thank you!
=SUM(N(WEEKDAY(ROW(INDIRECT(A1&":"&A2)))=4))
I'm trying to dissect this formula to understand it better but the part I'm struggling with is the "INDIRECT(A1&":"&A2)" function. I'm not sure what job this performs in the function to help it arrive at the final result.
Please can someone explain this to me?!
Thank you!