Help

J

jamalhakem

Hi
Anyhelp?
I have wrote this formula
=IF(C15="","",MID(E15,1,FIND("-",E15,1)-1))
I want that if in column C is empty so the E empty, or if in C a
number then MID(E15,1,FIND("-",E15,1)-1)
Thanks in Advance
Jam
 
G

Gary''s Student

Your formula works perfectly!!

if C15 contains 1
and E15 contains 123-456
then the formula returns 123
 
J

jamalhakem

Your formula works perfectly!!

if C15 contains 1
and E15 contains 123-456
then the formula returns 123
--
Gary''s Student - gsnu2007





- Show quoted text -

Thanks very much
Jam
 
Top