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

Data Analysis

  • Get column index in Excel Table
  • How To Perform and Interpret Regression Analysis in Excel
  • How To Filter Data in Excel
  • How to calculate correlation coefficient Correlation in Excel
  • How to create dynamic reference table name in Excel

References

  • Approximate match with multiple criteria in Excel
  • Merge tables with VLOOKUP in Excel
  • LOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • Find Closest Match in Excel Using INDEX, MATCH, ABS and MIN functions
  • How to use Excel MATCH Function

Data Validations

  • Excel Data validation don’t exceed total
  • Excel Data validation whole percentage only
  • Excel Data validation no punctuation
  • Excel Data validation must not contain
  • 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”.

Worked Example:   How to get Excel workbook path only

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:   How to split text string at specific character 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”

Worked Example:   Convert text to date in Excel

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

Logical Functions

  • How to use Excel TRUE Function
  • How to use Excel FALSE Function
  • XOR function: Description, Usage, Syntax, Examples and Explanation
  • Return blank if in Excel
  • Extract multiple matches into separate rows in Excel

Date Time

  • NETWORKDAYS.INTL function: Description, Usage, Syntax, Examples and Explanation
  • EOMONTH function: Description, Usage, Syntax, Examples and Explanation
  • Convert Excel time to decimal hours in Excel
  • How to calculate next day of week in Excel
  • SECOND function: Description, Usage, Syntax, Examples and Explanation

Grouping

  • Group numbers at uneven intervals in Excel
  • If cell contains one of many things in Excel
  • Group arbitrary text values in Excel
  • Group numbers with VLOOKUP in Excel
  • Map text to numbers in Excel

General

  • Find Most Frequently Occurring Word in Excel Worksheet
  • How to calculate percent change in Excel
  • Lock Cells in a Worksheet Excel
  • How to generate random number weighted probability in Excel
  • How to add sequential row numbers to a set of data in Excel
© 2023 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning