标签: vba
我做错了什么?
Function group(item As String) As String If item = "789-JBRT-JK" Then group = "Software" End If End Function