0
votes

I have two columns in my list called start date and end date. I just want the difference of days between those two dates. I want to add column that having number of difference between two days. so what should be the formula for that calculated column. I strongly need that help asap.thanks in advance. Please help.

1
If it helped please mark as accepted answer - Greg
i dont have that much reputations. sorry - user3454831
You can always accept answers to your questions. Just click on the 'check' sign. - Greg

1 Answers

2
votes

Use following formula:

=DATEDIF([StartDateColumn], [EndDateColumn],"d")