pyo
(Pete Youngs)
1
Hi,
I have a Timeline column. When I mouse hover over it, it shows the duration in days.
I want a Formula column that shows this duration in months.
How can I reference the Start and End date in the Timeline, within my Formula column, to do this?
Thanks,
Pete
5 Likes
Coffeeguy85
(David Parton)
2
Pete,
Any luck here? I need the day count to populate so that I can automate per diem rates.
pyo
(Pete Youngs)
3
Nope! I haven’t worked it out, and silence on here.
Looking for the same here.
adibar
(adi)
6
Found the answer!
This is the formula -
WORKDAYS({Dates#End},{Dates#Start})
4 Likes
pyo
(Pete Youngs)
7
Wow! Thanks adi. That is fantastic!
SOLVED by adi - see above post
1 Like
hlopezvc
(Hernan Lopez)
8
@adibar thanks, but this shows only working days… not all the timeline duration.
any way to get total days including weekends?
hlopezvc
(Hernan Lopez)
9
I found the formula i needed:
DAYS({Cronograma#End},{Cronograma#Start})+1
plus one, is because the formula miss one day in the operation
3 Likes