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

Data Analysis

  • How To Sort One Column or Multiple Columns in Excel
  • How To Create Pareto Chart in Excel
  • How To Compare Two Lists in Excel
  • How to do a t-Test in Excel?
  • How to Create Column Chart in Excel

References

  • How to get last row in mixed data with blanks in Excel
  • Create hyperlink with VLOOKUP in Excel
  • How to get address of named range in Excel
  • How to reference named range different sheet in Excel
  • How to use Excel INDIRECT Function

Data Validations

  • Excel Data validation unique values only
  • Excel Data validation number multiple 100
  • Excel Data validation date in specific year
  • Excel Data validation exists in list
  • Excel Data validation whole percentage 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:   Count numbers that begin with 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:   Extract word that begins with 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:   How to create email address from name in Excel

Post navigation

Previous Post:

How to count line breaks in cell in Excel worksheet

Next Post:

How to count total words in a cell 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

  • Invoice status with nested if in Excel
  • How to use Excel FALSE Function
  • How to use IFS function in Excel
  • How to use Excel TRUE Function
  • Extract multiple matches into separate rows in Excel

Date Time

  • WEEKDAY function: Description, Usage, Syntax, Examples and Explanation
  • TIME function: Description, Usage, Syntax, Examples and Explanation
  • Get first day of month in Excel
  • Get last day of month in Excel
  • Convert Excel time to decimal minutes

Grouping

  • Map inputs to arbitrary values in Excel
  • If cell contains one of many things in Excel
  • Group times into unequal buckets in Excel
  • How to randomly assign people to groups in Excel
  • Group numbers with VLOOKUP in Excel

General

  • Find, Select, Replace and Go To Special in Excel
  • Count cells less than in Excel
  • How to calculate percent of students absent in Excel
  • Hide and Unhide Columns or Rows in Excel
  • Excel Default Templates
© 2023 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning