We had an exercice for school:
we have to create a function that has this as a result:
name,show:
handel: HA
Handel-talen: HT
Secretariaat-talen: ST
boekhouden-informatica: BI
if there is no "-" then only the first two letters, else the first letter, and the first letter after the "-"
These are the functions we have to use:
Left
UCase
IIF
InStr
Mid
i have no idea how to start xD
we have to create a function that has this as a result:
name,show:
handel: HA
Handel-talen: HT
Secretariaat-talen: ST
boekhouden-informatica: BI
if there is no "-" then only the first two letters, else the first letter, and the first letter after the "-"
These are the functions we have to use:
Left
UCase
IIF
InStr
Mid
i have no idea how to start xD