Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I need a formula that will allow me to only keep the first word in cell that may have two words. Is this possible? Thank you, Andre -- Excel_hel ----------------------------------------------------------------------- Excel_help's Profile: http://www.excelforum.com/member.php...fo&userid=3643 View this thread: http://www.excelforum.com/showthread.php?threadid=56674 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=LEFT(A1,FIND(" ",A1)-1)
-- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Excel_help" wrote in message ... I need a formula that will allow me to only keep the first word in cells that may have two words. Is this possible? Thank you, Andrew -- Excel_help ------------------------------------------------------------------------ Excel_help's Profile: http://www.excelforum.com/member.php...o&userid=36439 View this thread: http://www.excelforum.com/showthread...hreadid=566748 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks, Bob It doesn't seem to work, thoug -- Excel_hel ----------------------------------------------------------------------- Excel_help's Profile: http://www.excelforum.com/member.php...fo&userid=3643 View this thread: http://www.excelforum.com/showthread.php?threadid=56674 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=LEFT(A1,FIND(" ",A1&" ")-1)
David F Cox "Excel_help" wrote in message ... I need a formula that will allow me to only keep the first word in cells that may have two words. Is this possible? Thank you, Andrew -- Excel_help ------------------------------------------------------------------------ Excel_help's Profile: http://www.excelforum.com/member.php...o&userid=36439 View this thread: http://www.excelforum.com/showthread...hreadid=566748 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks, David. How would I alter the formula so that the first letter is als capitalized. Sorry that i did not mention this initially. Andre -- Excel_hel ----------------------------------------------------------------------- Excel_help's Profile: http://www.excelforum.com/member.php...fo&userid=3643 View this thread: http://www.excelforum.com/showthread.php?threadid=56674 |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Try =PROPER(LEFT(A1,FIND(" ",A1&" ")-1)) -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=566748 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need Excel count of 1 word if found in multi-word cells of column | Excel Worksheet Functions | |||
Excel 7, paste linked to word becomes black when word pdf'd | Excel Discussion (Misc queries) | |||
Import cells from excel into word and create multiple word docs | Excel Programming | |||
search for a specific word and copy the word and the preceeding words until a comma | Excel Programming | |||
Printing Word Document using Excel Programming hangs Word | Excel Programming |