【发布时间】:2015-09-14 02:15:27
【问题描述】:
在这种情况下我需要帮助:
A 列的数百行以随机顺序填充颜色名称(白色、蓝色、绿色、黄色、红色)。我需要 B 列中的一个公式,该公式显示 A 列中上次出现该颜色的行号。
例子:
A B
white 0 or not found
yellow 0 or not found
yellow 2
green 0 or not found
white 1
yellow 3 (note: not `2`, which is the first occurrence, `3` is the last)
【问题讨论】: