Forum Discussion
Gonzo45
Nov 05, 2021Copper Contributor
Excel date issue (days between 2 dates)
All, I am having an issue with counting days between 2 dates in Excel. Picture provided, but quickly I will overview. I received help here recently on a formula which works like a charm (thank...
- Nov 05, 2021
This part TEXT($BA3,$BA3-$D3) makes no sense. Just $BA3-$D3 will work.
Detlef_Lewin
Nov 05, 2021Silver Contributor
This part TEXT($BA3,$BA3-$D3) makes no sense. Just $BA3-$D3 will work.
Gonzo45
Nov 05, 2021Copper Contributor
Thank you Detlef Lewin (if that is your real name) Really though, that worked and corrected the issue, thank you.