Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you only want to remove "function" from the end of a cell...
Try this: With A1: (any value or blank) B1: =TRIM(IF(COUNTIF(A1,"*function"),LEFT(A1,LEN(A1)-8),A1)) Example: Using A1: This function is my function The formula returns: This function is my Does that help? *********** Regards, Ron XL2002, WinXP "Rasoul Khoshravan" wrote: I have a column of texts. All of texts have the word "function" at end of them. I want to delete this word from end of all texts. How can I do it. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to Transfer data from Text Form Fields in MS Word into Excel? | Excel Discussion (Misc queries) | |||
How to export text from Excel to Word | New Users to Excel | |||
moving text from a word document to excel | New Users to Excel | |||
Why am I getting XXX error in text cell with word wrap turned on? | Excel Discussion (Misc queries) | |||
Copying text to Word doc | Excel Discussion (Misc queries) |