Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Number and Text Filters Examples in Excel
  • Everything about Charts in Excel
  • How to sum a total in multiple Excel tables
  • How To Compare Two Lists in Excel
  • Filter Data Based on Date in Excel

References

  • Convert text string to valid reference in Excel using Indirect function
  • How to get last row in mixed data with blanks in Excel
  • LOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • Multi-criteria lookup and transpose in Excel
  • How to get last row in numeric data in Excel

Data Validations

  • Excel Data validation exists in list
  • Excel Data validation with conditional list
  • Prevent invalid data entering in specific cells
  • Data validation must not exist in list
  • Excel Data validation specific characters only

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:

=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”.

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.

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:

DECIMAL function: Description, Usage, Syntax, Examples and Explanation

Next Post:

AVERAGE function: Description, Usage, Syntax, Examples and Explanation

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

Logical Functions

  • How to use Excel NOT Function
  • How to use Excel TRUE Function
  • SWITCH function example in Excel
  • IF with wildcards in Excel
  • OR function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • How to calculate most recent day of week in Excel
  • Add months to date in Excel
  • Get month name from date in Excel
  • Calculate total hours that fall between two times in Excel
  • Dynamic date list in Excel

Grouping

  • Group numbers with VLOOKUP in Excel
  • Group arbitrary text values in Excel
  • Calculate conditional mode with criteria in Excel
  • If cell contains one of many things in Excel
  • Running count group by n size in Excel

General

  • Basic text sort formula in Excel
  • How to get original price from percentage discount in Excel
  • Flash Fill in Excel
  • How to make excel worksheets print on one page?
  • How to password protect excel sheet?
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning