Microsoft
Software
Hardware
Network
Question : Find first space in a cell and show all that is on the left of it
I tried:
=MID(A6,1,FIND(" ",A6))
but I need it to account for 1 or more spaces in other words
"1234 xyz" would return 1234
"1234 xyz" would also return 1234
Answer : Find first space in a cell and show all that is on the left of it
Out of curiosity, try this with the same test text:
=FIND(CHAR(160),A6)
I wonder if what you had there is the infamous non-breaking space...
Random Solutions
Firefox css border on inside of div when embedding Flash with SWFObject, why?
Auto Send Excel as Email Attachment
Congratulations to new Excel Genius: teylyn
Give public access to our wireless network?
Microsoft PKI Design
Use different HTTP Redirects on multiple virtual directories in IIS 7.5
do you need sysprep with Symantec Ghost Solution Suite 2.5?
Free software to scan, crop 4 areas, save to .tif file with transparent background?
ODBC connect to ORACLE 11G using Redhat Linux 5.4
How to print the contents of a listbox