Alt+F11 Insert-Module : Function SumColor(rColor As Range, rSumRange As Range) 'Written by Ozgrid Business Applications '[Link].
.com Dim rCell As Range Dim iCol As Integer Dim vResult iCol = [Link] For Each rCell In rSumRange If [Link] = iCol Then vResult = [Link](rCell) + vResult End If Next rCell SumColor = vResult End Function Alt+Q - Save