Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Harlan Grove" wrote...
.... =REPLACE(A1,1,COUNTIF(A1,"*/*")*FIND("/",A1&"/"),"") to return A1. .... Might as well avoid a function call. =REPLACE(A1&"/"&A1,1,FIND("/",A1&"/"),"") not that the first concatenation is instantaneous. This would be a minor time-storage trade-off. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i permanently delete a row or column | Excel Discussion (Misc queries) | |||
delete duplicates in column not the row | Excel Discussion (Misc queries) | |||
How do I delete a column that has been used for a function? | Excel Worksheet Functions | |||
CANNOT DELETE AN ENTIRE COLUMN | Excel Discussion (Misc queries) | |||
ISSUE: Using VBA to Delete a Column | Excel Discussion (Misc queries) |