按客户组织一张纸到另一张纸的销售记录

问题描述

我将所有销售记录按周期性顺序输入一张纸中。

Date   Customer    Product    Unit    Unit_Price    Total_price    Paid    Due
 8/8     A           x        2           2            4           4       0
 8/8     B           y        1           5            5           0       5
 8/10    B           x        1           2            2           0       2

当我们在工作表1上输入销售信息时,有什么办法在工作表2上自动将其组织为输出吗?该示例可能类似于以下内容

Customer A
Date      Product    Unit    Unit_Price    Total_price    Paid    Due
 8/8         x        2           2            4           4       0

                                                                  -----
                                                                   0

Customer B
Date      Product    Unit    Unit_Price    Total_price    Paid    Due 
 8/8         y        1           5            5           0       5
 8/10        x        1           2            2           0       2

                                                                 -----
                                                                   7

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)