ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Help (https://www.excelbanter.com/excel-worksheet-functions/156821-help.html)

[email protected]

Help
 
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


Gary''s Student

Help
 
Your formula works perfectly!!

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


" wrote:

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



Teethless mama

Help
 
=IF(ISNUMBER(C15),MID(E15,1,FIND("-",E15,1)-1),"")


" wrote:

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



[email protected]

Help
 
On Sep 3, 5:08 pm, Teethless mama
wrote:
=IF(ISNUMBER(C15),MID(E15,1,FIND("-",E15,1)-1),"")



" wrote:
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- Hide quoted text -


- Show quoted text -


Thanks very much
Jam


[email protected]

Help
 
On Sep 3, 4:46 pm, Gary''s Student
wrote:
Your formula works perfectly!!

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



" wrote:
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- Hide quoted text -


- Show quoted text -


Thanks very much
Jam



All times are GMT +1. The time now is 03:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com