Microsoft
Software
Hardware
Network
Question : Excel Username Macro
Hello,
Could someone please help me out with a macro for Excel 2007. I have trying to combine a few columns to create a username (please see attached excel file).
The username would need to be the first four letters of the first name, first letter of the last name, birth month ""2digit"", birth day ""2digit"")"
Example:
First Name: William
Last Name: Smith
Birth Date: 3/20/2001
Username: WILLS0320
Thanks
Randy
Attachments:
UsernameMacro.xls
(20 KB)
(File Type Details)
Excel Username File
Answer : Excel Username Macro
You can try this formula
=LEFT(A2,4)&LEFT(B2,1)&RIG
HT(100+MON
TH(C2),2)&
RIGHT(DAY(
C2)+100,2)
Assuming the names will always provide at least 4 chars.
Random Solutions
Syntax error (missing operator) in query expression
Computer boots only so often
Assigning values to a range of cells in Excel with VBA
Crystal Report Security
Display logon message to new users at first logon.
No Networking Installed on Windows 2008 VM After Migrating From VMWARE Server to ESXi Server
Can't install wifi printer MX870
Is there a way to use visual basic 6 to write data directly to a cd or dvd for windows, xp, vista and 7
Exchange Server 2010 Delegate Access
Convert 16bpp bitmap to 32bpp or to JPEG on Windows Mobile 5.0 onwards