1樓:匿名使用者
你這個只能用vba了。
sub dd()
dim i as integer, ii as integer, iii as integer
i = 3
ii = 1
iii = 1
do while activesheet.range("a" & i) <> ""
do while ii < len(activesheet.range("a" & i)) + 2
if mid(range("a" & i) & " ", ii, 1) = " " then
if len(replace(activesheet.range("a2") & " ", mid(range("a" & i), iii, ii - iii) & " ", "")) < len(activesheet.range("a2")) then
activesheet.range("a" & i).characters(iii, ii - iii).font.colorindex = 3
end if
iii = ii + 1
end if
ii = ii + 1
loop
i = i + 1
ii = 1
iii = 1
loop
end sub
2樓:匿名使用者
如果你能把這些數字填到不同的單元格。
我想電腦低手就能解決了。
3樓:
19+25算幾個數字?
求助,Excel2019版的公式問題,非常感謝
禁止套娃 n2 lookup if and countif c 2 c2,1 c2 0 c2,iferror lookup e9 307,n 1 n1 0 if countif c 2 c2,1 1,lookup if and countif c 2 c2,1 c2 0 c2,0 管殺不管埋 要是後...
excel2019在公式編輯時引用單元格時,不顯示單元格位址,反而顯示單元格內的漢字
那是因為你給單元格命名了,到名稱管理器裡檢視下。excel為何引用單元格的值時不是顯示值而是顯示公式 本文以win7系統excel2018為例進行演示,具體步驟如下所示。1 b1格式為文字格式的時候會顯示 a1而不是計算公式,右鍵點選需要編輯的目標單元格,選擇設定單元格格式。2 此處可以看到格式為文...
在Excel2019中,若某單元格中的公式為「
單元格bai 中公式為 if 3 2,true,返回結果du為 0 因為第一zhi引數dao3 2的結專果是false,所以返回第三個引數,而公屬式第三引數省略,因此,最終返回結果為 0 公式執行步驟如下 if false,true,0 在excel中 若單元格c1的公式為 a1 b2 將其複製到單...