Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|