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
Outlook/Exchange Issue with Emails not showing
Should I enable or disable TCP Offload in my Hyper-V R2 environment?
Retrieve value of calculated control on a subform
restore from DB?
Restore default wireless connection on laptop
Java Applet Client - Security Exception
open a window using javascript
Windows could not load the installer for DiskDrive. Contact your hardware vendor for assistance.
Server 2008 R2 DC File Permissions
How to scroll Microsoft Web Brwoser ActiveX contorl in MFC