DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sub virgul_ayir()
Dim deg As String, a As Byte
deg = Cells(1, "A").Value
a = InStr(1, deg, ",")
Cells(1, "B").Value = Left(deg, a - 1)
Cells(2, "B").Value = Right(deg, Len(deg) - a)
End Sub
=TAMSAYI(A1)
=EĞER(EHATALIYSA(BUL(",";A1));0;SAĞDAN(A1;UZUNLUK(A1)-BUL(",";A1))+0)
=YUVARLA((A1-TAMSAYI(A1));(UZUNLUK(A1)-UZUNLUK(B1)-1))*10^(UZUNLUK(A1)-UZUNLUK(B1)-1)
=MOD(A1;B1)
Sub virgul()
Dim deg, i As Integer
deg = Split(Cells(1, "A").Value, ",")
For i = 0 To UBound(deg)
Cells(i + 1, "B").Value = deg(i)
Next i
End Sub
Değeriniz a1 hücresinde olmalıdır.bu kod calismadi bende nerede yanlis yapmis olabilirim arkadaslar