Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey guys I have the following value of a variable:
Q:\CS Management Reports\Reports Setup\Administrator Files\Exported Modules\test.bas I would like to trim that value to where it only gives me the value "test.bas" How do I do this? Thanx Todd Huttenstine |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
=TRIM(LEFT(B47,FIND(" ",B47)-1)) | Excel Discussion (Misc queries) | |||
=TRIM(LEFT(B50,FIND(" ",B50)-1)) | Excel Discussion (Misc queries) | |||
=SUMPRODUCT(--(TRIM(A1:A10)<"")), what does the "--" mean? | Excel Worksheet Functions | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |