Alper Takci
New Member
- Joined
- May 14, 2014
- Messages
- 18
Hello,
I have a table where a have dates in two columns running down about 400 dates each but they have to skip one cell so assuming I have A and B, the dates are in A1, A3, A5... and B1, B3, B5... What I would like to do is to get an average of the difference. For two rows it would be AVERAGE(DATEDIF(A1,B1,"D");DATEDIF(A3,B3,"D")) but for 400 rows, is there an easier way instead of manually entering all the data?
Thanks,
Alper
I have a table where a have dates in two columns running down about 400 dates each but they have to skip one cell so assuming I have A and B, the dates are in A1, A3, A5... and B1, B3, B5... What I would like to do is to get an average of the difference. For two rows it would be AVERAGE(DATEDIF(A1,B1,"D");DATEDIF(A3,B3,"D")) but for 400 rows, is there an easier way instead of manually entering all the data?
Thanks,
Alper