Moderatori: Anthony47, Flash30005
Range("k2:k35").Select
Set currentCell = Worksheets("Foglio2").Range("k2")
Do While Not IsEmpty(currentCell)
Set nextCell = currentCell.Offset(1, 0)
If nextCell.Value = currentCell.Value Then
currentCell.Value = "" '.Interior.ColorIndex = 6
End If
Set currentCell = nextCell
Loop
Sub Trascrive2()
Dim Noms As Range, Nome As Range
Dim myMatch
'
Sheets("Foglio1").Select
Set Noms = Range(Sheets("Foglio2").Range("A2"), Sheets("Foglio2").Range("A2").End(xlDown))
For Each Nome In Noms
myMatch = Application.Match(Nome.Value, Range("A1:A10000"), False)
If Not IsError(myMatch) Then
Nome.Offset(0, 10).Value = Cells(myMatch, "F").End(xlDown).Value
End If
Next Nome
End Sub
=MATR.SOMMA.PRODOTTO(Foglio1!E1:E100;--(Foglio1!C1:C100=A2))
Torna a Applicazioni Office Windows
Inserire dati filtrati da 2 file ad un terzo file Autore: Ricky0185 |
Forum: Applicazioni Office Windows Risposte: 14 |
confrontare e evidenziare 2 fogli excel Autore: niccia |
Forum: Applicazioni Office Windows Risposte: 7 |
Perchè l'importazione dati con Selenium non fuziona? Autore: aggittoriu |
Forum: Applicazioni Office Windows Risposte: 7 |
Visitano il forum: Nessuno e 15 ospiti