Hello, everyone!
I am trying to come up with a formula to calculate the total number of days derived from multiple date differences.
I have 2 columns: Submitted Date (column J) and Closed Date (column L). Unfortunately, I cannot add any more columns to calculate individual difference per line, as the data will be coming from an auto-generated Excel spreadsheet in a format like the snapshot below:
snapshot.jpg
So far, the best I could come up with is this:
=IF(OR([exported.xlsx]Sheet1!$L$4="", [exported.xlsx]Sheet1!$J$4=""),"", DATEDIF([exported.xlsx]Sheet1!$J$4, [exported.xlsx]Sheet1!$L$4, "d"))
But this only calculates the days between a single set of 2 dates.
I am really hoping there's a way to indicate an entire range and plus all the days up in a single formula.
Thank you very much in advance!
Bookmarks