Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have four feilds, First, Middle, Last and Email. I want to use a
concatenation function in Email to combine First middle and last and automatically add the @aol.com. My formula is as follows: ") The problem is when the user does not have a middle initial, my company merely skips it. How do I prevent the double ".." when the middle inital is not present? In my example below, John's email address is perfect. However, Mary's has the double dot (..) between her first and last. FirstName MI LastName EmailAddress John B Doe Mary Smith Any help is greatly appreciated. Thanks, Cindi |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way: =CONCATENATE(A2,".",B2,IF(B2="","","."),C2,"@anywh ere.com")
--Bruce "~C" wrote: I have four feilds, First, Middle, Last and Email. I want to use a concatenation function in Email to combine First middle and last and automatically add the @aol.com. My formula is as follows: ") The problem is when the user does not have a middle initial, my company merely skips it. How do I prevent the double ".." when the middle inital is not present? In my example below, John's email address is perfect. However, Mary's has the double dot (..) between her first and last. FirstName MI LastName EmailAddress John B Doe Mary Smith Any help is greatly appreciated. Thanks, Cindi |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot table question | Excel Discussion (Misc queries) | |||
Follow-Up (Clarification) to MIN question | Excel Discussion (Misc queries) | |||
Benefits many people - Question | Excel Discussion (Misc queries) | |||
How do I find and replace a question mark in Excel? | Excel Discussion (Misc queries) | |||
An easy macro question and one I believe to be a little more diffi | Excel Worksheet Functions |