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
to check if a download will be spyware free
How to hide a dummy date value.
Exchange 2003 to Exchange 2010 Migration
Batch printing word document to non-default printer
Epson scan only runs in "install mode" on terminal server 2003
Teradata Where Clause - Limit date to this month
Enhancing a hotspot button to include reply with history
problem exportting gridview to excel spreadsheet
Will there be a 13" Macbook with an iCore processor anytime soon? Safe to buy C2D?
CentOS 5.3: install: booting off USB: misunderstanding....is there a way I can INSTALL linux from an USB drive?