vorrei sapere quale formula utilizzare per ottenere la somma dei soli valori positivi di tutti i fogli (stessa cella) di un unico file.
grazie
Moderatori: Anthony47, Flash30005
Function Sse3d(IShI, FShI, Cella, Crit)
Dim I As Integer
Dim Crit1 As String, Crit2 As Variant
'
Application.Volatile
Crit1 = Left(Crit, 1): Crit2 = Val(Mid(Crit, 2, 99))
For I = IShI To FShI
If Crit1 = "=" And Sheets(I).Range(Cella.Address).Value = Crit2 Then _
Sse3d = Sse3d + Sheets(I).Range(Cella.Address).Value
If Crit1 = ">" And Sheets(I).Range(Cella.Address).Value > Crit2 Then _
Sse3d = Sse3d + Sheets(I).Range(Cella.Address).Value
If Crit1 = "<" And Sheets(I).Range(Cella.Address).Value < Crit2 Then _
Sse3d = Sse3d + Sheets(I).Range(Cella.Address).Value
Next I
End Function
=SSE3D(1;5;M1;">0")
Torna a Applicazioni Office Windows
SOMMARE DUE VALORI IN DUE COLONNE DIVERSE Autore: millennia80 |
Forum: Applicazioni Office Windows Risposte: 1 |
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 |
Trasferimento dati tra due fogli con due condizioni Autore: Ricky0185 |
Forum: Applicazioni Office Windows Risposte: 9 |
Visitano il forum: Nessuno e 89 ospiti