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
WRT54G2 Linksys router - reset password saving actual configuration
PHP/Javascript newbie - need help integrating niftycube into my site
Lock down SMTP on Cisco ASA Or Exchange 2007 for MXlogic (Spam Filtering)
OS X Server 10.5 and OS X Laptops Joining accounts to Open Directory?
XP 10 inbound connection limit question
Windows server 2003 terminal users unable to view png images in IE
Hyper-V P2V VM Continuous Blue Screen
export or backup from sql 2008 server to a sql 2005
IRQL_NOT_LESS_OR_EQUAL MESSAGE
Display Yes/No field of a query as a checkbox