EXCEL單元格如何轉換

2022-11-12 18:05:14 字數 740 閱讀 3411

1樓:

點選看大圖——在大圖上右鍵——另存**到桌面上,看動畫演示。

2樓:匿名使用者

沒看清題目哦,不好意思,

可以用巨集做這個動作不?

option explicit

sub test1()

dim r

dim s

dim irow

dim isplit() as stringdim irange

irow = 1

irange = range("a:b")for r = 1 to ubound(irange)if irange(r, 1) = "" then exit forisplit = split(irange(r, 2), ",")for s = 0 to ubound(isplit)cells(irow, 1) = "'" & (irange(r, 1))

'do while len(cells(irow, 1) < 3)'cells(irow, 1) = "0" & cells(irow, 1)

'loop

cells(irow, 2) = isplit(s)irow = irow + 1

next

next

end sub

3樓:

選中b列,按「,」分列

插入兩行,複製「b1,c1,d1」 ,在b1單元格右擊「選擇性貼上...」,勾選轉置項,確定。

excel如何獲取當前單元格的前單元格數值,當前單元格

假設前一個單元格是指單簽單元格左邊的單元格,使用公式 關於此例中用到的主要函式indirect的相關知識 indirect函式是microsoft excel 中的公式,此函式立即對引用進行計算,並顯示其內容。語法 indirect ref text,a1 ref text 為對單元格的引用,此單元...

execl單元格提取數字,Excel單元格里面數字和文字如何提取數字進行運算?

b1單元格輸入公式 len a1 10 陣列公式,按下shift ctrl enter三鍵結束輸入如要去除重複的數值,則公式為 10 1,a1 10 陣列公式,按下shift ctrl enter三鍵結束輸入 如何把 中的數字單獨提取出來呢?用複製 貼上就能搞定。excel單元格里面數字和文字如何提...

excel裡面怎樣使單元格等於另外單元格里面的第十一位字元或者數字

a1為2010.3.13 3.18,在b1單元格輸入以下公式 if len mid a1,find a1 1,find a1,find a1 1,find a1,find a1 1 find a1 1 將公式向下拖動填充即可。g3輸入 text substitute left f3,find f3 ...