Thread
:
Translate to code
View Single Post
#
5
Posted to microsoft.public.excel.programming
Gary''s Student
external usenet poster
Posts: 11,058
Translate to code
Sub ray()
zum = 0
For i = 3 To 100
If Left(Cells(i, "C").Value, 6) = "UNICEF" Then
zum = zum + Cells(i, "G").Value
End If
Next
MsgBox (zum)
End Sub
--
Gary''s Student - gsnu2007k
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student