【发布时间】:2019-12-17 05:03:06
【问题描述】:
我有标题(dptype、day、batchtimings)。如何在另一个工作表的单个单元格中获取多个(day 和 batch-timings 值)单个查找值? 示例:
Dp type | day |batchtimings
---------|-------------|----------------
a | Saturday | 10-11
b | friday | 11-12
a | monday | 01-02
y | tuesday | 02-03
b | sunday | 04-05
a | wednesday | 04-07
c | sunday | 03-04
a | friday | 10-12
v | monday | 10-11
b | thursday | 11-12
y | monday | 09-10
我希望单个 dptype 的全天和批处理计时值在单个单元格中(唯一)
我想要示例:
dp type batches
------------------------------
| Saturday:10-11
a | monday :1-2
| wednesday:4-7
| friday:10-12
--------|--------------------
b | friday:11-12
| Sunday:4-5
| thursday:11-12
--------|--------------------
y | tuesday:2-3
| monday:9-10
【问题讨论】:
标签: google-sheets google-sheets-formula transpose array-formulas google-sheets-query