d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Help On Simple Excel Function > First Day Of Class And I Need Help
Add Reply New Topic New Poll
Member
Posts: 3,013
Joined: Jan 14 2008
Gold: 213.00
Aug 26 2013 03:22pm
so Im trying to make a formula for a line of code to make an email address, using the First letter of the first name, add the last name, then the student Id then the @email.com


Code
A2 || Adam   || Baum  || 233413 || Baum, Adam || =MID(a2, 1, 1) + a3 + a4 + text("@email.com")



im doing it wrong but im not too too sure what I'm doing.
Member
Posts: 3,013
Joined: Jan 14 2008
Gold: 213.00
Aug 26 2013 06:59pm
Quote (PumperNickle @ Aug 26 2013 05:22pm)
so Im trying to make a formula for a line of code to make an email address, using the First letter of the first name, add the last name, then the student Id then the @email.com


Code
A2 || Adam   || Baum  || 233413 || Baum, Adam || =MID(a2, 1, 1) + a3 + a4 + text("@email.com")



im doing it wrong but im not too too sure what I'm doing.


found it
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll