Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How can I do this?
Old Cell New Cell 12345.pleasehelp.405503.245 pleasehelp.jpg 12345.differentname.405503.245 differentname.jpg What formula would I put in new cell to create it from the data from old cell? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
Try this: =MID(A1,FIND(".",A1)+1,FIND(".",A1,FIND(".",A1)+1)-FIND(".",A1))&"jpg" Biff wrote in message ups.com... How can I do this? Old Cell New Cell 12345.pleasehelp.405503.245 pleasehelp.jpg 12345.differentname.405503.245 differentname.jpg What formula would I put in new cell to create it from the data from old cell? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe I didnt do something right but it returned #NAME?
|
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe I didnt do something right but it returned #NAME?
|
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The only way that it would return #NAME? is if you misspelled one of the
functions. Post the *EXACT* formula that you tried. Biff wrote in message oups.com... Maybe I didnt do something right but it returned #NAME? |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I copy and pasted exactly what you posted. =)
|
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=MID(E2,FIND(".",E2)+1,FIND(".",E2,FIND(".",E2)+1)-FIND(".",E2))&"jpg"
That is exactly what I put in it.. E2 is where the original data is found. |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ok, what's in E2?
If I use this sample that you posted and put it in E2: 12345.pleasehelp.405503.245 The formula retunrs this: pleasehelp.jpg Biff wrote in message ups.com... =MID(E2,FIND(".",E2)+1,FIND(".",E2,FIND(".",E2)+1)-FIND(".",E2))&"jpg" That is exactly what I put in it.. E2 is where the original data is found. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Macro to Copy & Paste | Excel Worksheet Functions | |||
copying cell names | Excel Discussion (Misc queries) | |||
Printing data validation scenarios | Excel Worksheet Functions | |||
Sort pages? | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |