Dovrei contare nel foglio dati quante volte è presente "61b" 57a" "32a" ecc ecc. come devo impostare la funzione CONTA???
GRAZIE

Moderatori: Anthony47, Flash30005
=CONTA.SE(E:O;"61b")
=CONTA.SE(E:O;A1)
Sub Inv_Val()
Area = "E11:O100" '<<<< Area da esaminare
Sheets("Counter").Range("A:A").ClearContents
For Each Item In Range(Area)
If Application.WorksheetFunction.CountIf(Sheets("Counter").Range("A:A"), Item.Value) = 0 Then
Item.Copy Destination:=Sheets("Counter").Range("A65536").End(xlUp).Offset(1, 0)
End If
Next Item
End Sub
Torna a Applicazioni Office Windows
Inserire add.in nella barra di avvio veloce in excel 2003 Autore: Ricky0185 |
Forum: Applicazioni Office Windows Risposte: 4 |
Excel: problema con date se devo unirle a testi Autore: valle1975 |
Forum: Applicazioni Office Windows Risposte: 5 |
Visitano il forum: Nessuno e 9 ospiti