Moderatori: Anthony47, Flash30005
Sub Consolida()
CercaC = "R1" '<<<- Cella col valore da cercare
OutC = "S1" '<<<- Cella per la somma
Lfor = Range(CercaC).Value
For Each CCell In ActiveSheet.UsedRange
If CCell.Value = Lfor Then WorkV = WorkV + Val(CCell.Offset(0, 4).Value)
Next CCell
Range(OutC) = WorkV
End SubTorna a Applicazioni Office Windows
| How to Fix Excel Freezing When Opening Large Files on Window Autore: olalaleon |
Forum: Applicazioni Office Windows Risposte: 2 |
| Confronto valori celle uguali su due colonne Autore: Ricky0185 |
Forum: Applicazioni Office Windows Risposte: 9 |
Visitano il forum: Nessuno e 53 ospiti