
H = 1
For i = 1 To 10
If Range("b" & i) = "CODICE" Then
Range("F" & H) = Range("A" & i)
Range("G" & H) = Range("C" & i)
H = H + 1
End If
Next i |
for x 1 to ennesimo dipendente
for y 1 to 53
se per quel dipendente il codice assenza
= A allora somma_di_A = somma_di_A + valore
ecc...
ecc...
fine se
next y
next x |
