Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
Privacywetgeving
Het is bij Helpmij.nl niet toegestaan om persoonsgegevens in een voorbeeld te plaatsen. Alle voorbeelden die persoonsgegevens bevatten zullen zonder opgaaf van reden verwijderd worden. In de vraag zal specifiek vermeld moeten worden dat het om fictieve namen gaat.
Function F_cow(c00)
sn = Split(c00, "m")
For j = 0 To UBound(sn)
If Len(sn(j)) >= 4 And IsNumeric(Left(sn(j), 4)) Then F_cow = "M" & Left(sn(j), 4): Exit Function
Next
F_cow = "foutje"
End Function
maar wel altijd 'm' of 'M' gevolgd door 4 cijfers of letters. Vb. m1234 of M4JX2 mER40 enz...
Function F_snb2(c00, c01)
With CreateObject("VBScript.RegExp")
.Pattern = c01
F_snb2 = .Execute(c00)(0)
End With
End Function
=iferror(F_snb2(B2;$D$1);"")
Function F_cow(c00)
Application.Volatile
On Error GoTo einde
sn = Split(LCase(c00), "m")
F_cow = ""
For j = 1 To UBound(sn)
If Len(sn(j)) < 4 And j < UBound(sn) Then sn(j) = sn(j) & "M" & sn(j + 1)
If Len(sn(j)) >= 4 Then
cijfers = 0
For i = 1 To 4
cijfers = cijfers - IsNumeric(Mid(sn(j), i, 1))
Next
If cijfers >= 3 Then F_cow = "M" & Left(sn(j), 4): Exit Function
End If
Next
einde:
F_cow = "" ' foutje" & Err.Number
End Function
=ALS.FOUT(ALS(SOM(--(ISGETAL(DEEL(F_snb2(B20;$D$1);RIJ($2:$5);1)*1)));F_snb2(B20;$D$1);F_snb3(B20;$D$1));"")
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.