Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I know this is a basic function, but I can't remember how to do it.
Col A Col B Job: 08-098 started 1/2008 In col A I only want the 08-098 to be listed from Col B. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
try this
=MID(E1,FIND(":",E1)+1,FIND(" ",E1,FIND(" ",E1)+1)-FIND(":",E1)) -- Don Guillett Microsoft MVP Excel SalesAid Software "P Johnson" <P wrote in message ... I know this is a basic function, but I can't remember how to do it. Col A Col B Job: 08-098 started 1/2008 In col A I only want the 08-098 to be listed from Col B. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
differend data returned in last row | Excel Discussion (Misc queries) | |||
differend data returned in last row | Excel Discussion (Misc queries) | |||
#value returned instead of data | Excel Worksheet Functions | |||
This query returned no data | Excel Worksheet Functions | |||
Conditional Sum on VLOOKUP Returned Data | Excel Worksheet Functions |