Salve sono nuovo del forum e vi scrivo per chiedervi dei suggerimenti.
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
Come impostare il formato data predefinito in excel? Autore: wallace&gromit |
Forum: Applicazioni Office Windows Risposte: 5 |
Creare un file Excel con fogli visibili in base all'accesso Autore: JanVathek |
Forum: Applicazioni Office Windows Risposte: 28 |
Screenshot automatizzato fogli excel:script?macro o...? Autore: Paolo67met |
Forum: Programmazione Risposte: 9 |
Visitano il forum: Nessuno e 66 ospiti