Hi Dears,
i Have a formula in excel and i want to convert it as vba function
it is my formula :
=LEFT(B13;FIND("-";B13;1)-1)
Can Anybody Help me ?
ThankYou
thank you very much
i have two other formula to convert to function
can you help me how can i do this
=MID(B13;FIND("-";B13;1)+2;FIND("-";B13;FIND("-";B13;1)+1)-FIND("-";B13;1)-2)
and
=RIGHT(B13;LEN(B13)-FIND("&";SUBSTITUTE(B13;"-";"&";LEN(B13)-LEN(SUBSTITUTE(B13;"-";""))))-1)