Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi, I used the replace command as follow:
=REPLACE(J474,FIND("/",J474),255,"") but now I see in my file that is not only a slash i have in my format column. Can anybody have a way to specify, if do not find the slash just copy the content. Here are some exemple what i can find other than my slash: 120 g 50 Livret 200's 25 Refill This is other than an slash but i need to copy them not replace. Thanks |
#2
![]() |
|||
|
|||
![]()
One way
=IF(ISNUMBER(FIND("/",J474)),REPLACE(J474,FIND("/",J474),255,""),J474) Regards, Peo Sjoblom "Jean-Francois" wrote: Hi, I used the replace command as follow: =REPLACE(J474,FIND("/",J474),255,"") but now I see in my file that is not only a slash i have in my format column. Can anybody have a way to specify, if do not find the slash just copy the content. Here are some exemple what i can find other than my slash: 120 g 50 Livret 200's 25 Refill This is other than an slash but i need to copy them not replace. Thanks |
#3
![]() |
|||
|
|||
![]()
Thank You it's working
"Peo Sjoblom" wrote: One way =IF(ISNUMBER(FIND("/",J474)),REPLACE(J474,FIND("/",J474),255,""),J474) Regards, Peo Sjoblom "Jean-Francois" wrote: Hi, I used the replace command as follow: =REPLACE(J474,FIND("/",J474),255,"") but now I see in my file that is not only a slash i have in my format column. Can anybody have a way to specify, if do not find the slash just copy the content. Here are some exemple what i can find other than my slash: 120 g 50 Livret 200's 25 Refill This is other than an slash but i need to copy them not replace. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel has a "Find Next" command but no "Find Previous" command. | Excel Discussion (Misc queries) | |||
Replace using wildcards | Excel Discussion (Misc queries) | |||
macro to Find Replace in Excel | Excel Discussion (Misc queries) | |||
command button in excel will move when print. | Excel Discussion (Misc queries) | |||
canot remove command from FILE MENU | Excel Discussion (Misc queries) |