发布网友 发布时间:2022-12-06 03:34
共3个回答
热心网友 时间:2024-11-14 17:53
没有这样的判断,函数不是万能的,除非自定义一个函数。
______________________________________
Function InColIf(ByVal rng As Range, X$, Y$)
Application.Volatile
If rng.Interior.ColorIndex > 0 Then
InColIf = X
Else
InColIf = Y
End If
End Function
热心网友 时间:2024-11-14 17:53
试试用宏表函数 ,如下图中 GET.CELL(63,A1)
热心网友 时间:2024-11-14 17:54
在B1定义名称: