Microsoft
Software
Hardware
Network
Question : Grab first part of values before space in a cell
I am using Excel 2003. I have a column that has the following values
hello hak
wonder wal
champagne sup
the last 3 characters are alway 3 letters I know how to get the last 3 but I actually want the first part before the space. Any ideas on how to do this. Much Aloha
Answer : Grab first part of values before space in a cell
If there is only ever one or zero spaces...
=LEFT(A2,FIND(" ",A2&" ")-1)
Patrick
Random Solutions
How to write a like query in access 2007
Setup a wenpage in Windows Server 2008
3 long beeps
FireBird stored procedure
Password reset at next logon
Check colum A for names in the name matches a sheet name in any workbook then copy to the sheet where we are quering from.
Have to restart service to get network printer to work
DBGrid's content into email
Explain plan in Oracle
I wanted to parse out text in outlook using VBA and save the values in a spread sheet