DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Function SEC(Hücre [COLOR=blue]As[/COLOR] Range)
[COLOR=blue]deg[/COLOR] = Hücre
If [COLOR=blue]deg[/COLOR] = 1 Then
SEC = "Bir"
Else
SEC = "İki"
End If
End Function
Option Explicit
Function CARP(HUCRE1 As Range, HUCRE2 As Range)
Application.Volatile
CARP = HUCRE1 * HUCRE2
End Function
[B][COLOR=blue]=CARP(A1;B1)[/COLOR][/B]
Option Explicit
Function HESAPLA(GÜN As Integer)
Application.Volatile
HESAPLA = GÜN * Range("YEVMİYE")
End Function
[B][COLOR=blue]=HESAPLA(Gün_Sayısı)[/COLOR][/B]