Skip to content
xlsoffice. All Rights Reserved
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Lookup and Reference Examples

  • How to use Excel TRANSPOSE Function
  • INDEX function: Description, Usage, Syntax, Examples and Explanation
  • How to get first row number in range in Excel
  • Perform case-sensitive Lookup in Excel
  • CHOOSE function: Description, Usage, Syntax, Examples and Explanation

Data Analysis Examples

  • Filter Data Based on Date in Excel
  • What-If Analysis: Scenarios and Goal Seek in Excel
  • How To Compare Two Lists in Excel
  • Randomize/ Shuffle List in Excel
  • Conditional Formatting Rules in Excel

Data Validation Examples

  • Excel Data validation must not contain
  • Data validation must not exist in list
  • Excel Data validation with conditional list
  • Excel Data validation allow uppercase only
  • Excel Data validation no punctuation

How to create email address with name and domain in Excel

by

Atimes a user may want to build an email address from a first and last name. In that case, use a formula based on simple concatenation with help from the LEFT and LOWER functions. See illustration below:

Formula

=LOWER(LEFT(first)&last&"@"&domain)

Explanation

In the example shown, the formula in D5 is:

Worked Example:   How to calculate Number of Instances in Excel
=LOWER(LEFT(B5)&C5&"@"&$G$6)

How this formula works

Working from the inside out, this formula first concatenates the last name in column C with the first letter of the first name from column B:

LEFT(B5)&C5

The LEFT function is normally configured with num_chars, but the argument is optional and left will extract 1 character from the left when it is absent. This results in the text string “atanaka”.

Worked Example:   Convert text date dd/mm/yy to mm/dd/yy in Excel

Next, the domain name is added like this:

"atanaka"&"@"&$G$6

Note that the reference to the domain name is absolute ($G$6) so that the formula can be copied down the table without this reference changing.

Worked Example:   Convert feet and inches to inches in Excel

Finally, the lower function is used to lowercase the entire string:

=LOWER("ATanaka@acme.com")

which returns a final result of “atanaka@acme.com”

Post navigation

Previous Post:

How to create email address from name in Excel

Next Post:

How to extract domain from email address in Excel

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others
  • How to find and replace multiple values at same time in Excel
  • RIGHT, RIGHTB functions: Description, Usage, Syntax, Examples and Explanation
  • Remove text by matching in a cell in Excel
  • How to get last word in a cell in Excel
  • How to remove trailing slash from url in Excel
  • Get days between dates in Excel
  • Convert date to text in Excel
  • Get month name from date in Excel
  • Get first day of previous month in Excel
  • Basic timesheet formula with breaks in Excel
  • IPMT function: Description, Usage, Syntax, Examples and Explanation
  • ISPMT function: Description, Usage, Syntax, Examples and Explanation
  • NPV function: Description, Usage, Syntax, Examples and Explanation
  • How to calculate annuity for interest rate in excel
  • Calculate loan interest in given year in Excel
Acronyms, Abbreviations, Initialism & What They Stand For
© 2021 xlsoffice. All Rights Reserved | Teal Smiles