如何格式化secound列的行,以考慮第一列的行。如何格式化第一列的secound列重要行
描述:: -
我有一個專欄說excel中的A列8行。
數據存在於某些行中,並且某些行爲空白。 如
1st row tiger
2nd row lion
3rd row (blank no data present)
4th row (blank no data present)
5th row cow
6th row (blank no data present)
7th row cat
8th row mouse.
現在我謝勝利列說的B Excel中包含85行數據consecutivly。 如
1st row 1
2nd row 1
3rd row 3
4th row 4
5th row 10
現在我想根據第一列安排2列。
象下面這樣:
column A Column B
1st row tiger 1
2nd row lion 1
3rd row (blank no data present)
4th row (blank no data present)
5th row cow 3
6th row (blank no data present)
7th row cat 4
8th row mouse. 10
因爲我有巨大的數據量,我需要一個公式來做到這一點。
請爲此建議。
你列了很好的例子,但不過,我不明白的_cow_怎麼知道它必須與_3_或從B柱與_1_的_tiger_對齊,並至極_1_乙?你看,爲了幫助你,你必須知道你能在哪個基礎上安排這些數據。 – Jook