merhaba arkadaşlar konu şu 150 sorum var 1 sınavda 35 soru soruyorum ikinci sınavda aynı 150 soru içersinden ama 1 sınavda geçen sorulardan ayrı soru getirebilecek bir formül olabilirmi
Ekli dosyalar
-
8.8 KB Görüntüleme: 12
DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sub SoruSec()
Dim i As Integer, _
Sayı As Integer, _
c As Range
Application.ScreenUpdating = False
For i = 2 To 36
Do
Randomize
Sayı = Int((150 * Rnd) + 1)
Set c = Range("A2:B36" & i + 1).Find(Sayı, LookIn:=xlValues, LookAt:=xlWhole)
Loop While Not c Is Nothing
Cells(i, "B") = Sayı
Next i
Range("B2:B36").Sort key1:=[B1]
Application.ScreenUpdating = True
MsgBox "İşlem tamamdır.....", vbInformation, "N. YEŞERTENER --> [URL="http://www.excel.web.tr/"]www.excel.web.tr[/URL]"
End Sub
=İNDİS(SATIR($1:$150);KÜÇÜK(EĞER(EHATALIYSA(KAÇINCI(SATIR($1:$150);
$A$2:$A$36;0));SATIR($1:$150));SATIRSAY($B$2:B2)))
Sub SoruSec()
Dim i As Integer, _
Sayı As Integer, _
c As Range
Application.ScreenUpdating = False
For i = 2 To 36
Do
Randomize
Sayı = Int((150 * Rnd) + 1)
Set c = Range("A2:[B][COLOR=red]C36[/COLOR][/B]" & i + 1).Find(Sayı, LookIn:=xlValues, LookAt:=xlWhole)
Loop While Not c Is Nothing
Cells(i, "[B][COLOR=red]C[/COLOR][/B]") = Sayı
Next i
Range("B2:B36").Sort key1:=[B1]
Application.ScreenUpdating = True
MsgBox "İşlem tamamdır.....", vbInformation, "N. YEŞERTENER --> [URL="http://www.excel.web.tr/"]www.excel.web.tr[/URL]"
End Sub