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
SBS2008 - Exchange not receiving emails
Comparison Netgear ReadyNAS vs. Buffalo Terastation
WAKE ON LAN
Trying to upload files to my site
Logging in as domain user outside of domain
Enteprise Application Documentation Application
Sybase Database truncate table issues
Group and ungroup a password-protected sheet?
SQL 2k Database restore using only MDF flies
Unable to re-add a user in BES 5.1 after the user has been deleted