使用时如何获取单元格的格式化值=CONCATENATE(E1, " - " , D1)?
=CONCATENATE(E1, " - " , D1)
E1 = 08/21/2014 8:00 PM EST (Formatted value = 08/21)
D1 = Task Item 1
想要的输出:=08/21 - Task Item 1
08/21 - Task Item 1
excel
excel ×1