在单个数据列表中查找日期

时间:2017-05-09 10:54:05

标签: excel excel-formula

我有这样的数据:

Transactions
Source
PTS Collected/Spent
23/02/2015 08:07
Unleaded Premium
qty: 41
SHELL ABCDE
41 points
12/02/2015 17:44

31/12/2014 23:59
Central points -
SHELL
50 points
19/12/2014 18:43
Unleaded Premium
qty: 20
SHELL ABCDE
20 points
Transactions
Source
PTS Collected/Spent
16/12/2014 18:13

不幸的是,数据与每次交易显示的行数不一致。

e.g。 23/02的数据有数据+5行信息 中心点数据的日期为+3行。

我正在尝试制作包含所有日期的1个列表,然后我可以从该日期拉出剩余的数据并抵消它。但是,我不知道如何获得一个列表,该列表将显示我的数据中出现的每个日期。

有关如何执行此操作的任何建议吗?

1 个答案:

答案 0 :(得分:0)

如果您不介意使用 LocalDate myDate = LocalDate.now(); LocalDate datePlusDays = myDate.plusDays(280); System.out.println("Today Plus 280 Days: " + datePlusDays); ,使用VBA非常简单:

IsDate