Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a excel spread sheet with cell a1 - a500 that has last name and cell
b1 -b500 that has first name and I know the e-mail address for all 500 people, what I need to be able to do is creat a row that will have the same e-mail address after there last name, with an underscore between first and last name, it would look something like . I have had some one explaine how to get ther name and email address into a new cell, how ever what I dont know how to do now is put the underscore between first and last name |
#2
![]() |
|||
|
|||
![]()
Enter
= B1 & "_" & A1 & " in Cell C1 and copy that from C2 to C500 Alok Joshi "Biochemist" wrote: I have a excel spread sheet with cell a1 - a500 that has last name and cell b1 -b500 that has first name and I know the e-mail address for all 500 people, what I need to be able to do is creat a row that will have the same e-mail address after there last name, with an underscore between first and last name, it would look something like . I have had some one explaine how to get ther name and email address into a new cell, how ever what I dont know how to do now is put the underscore between first and last name |
#3
![]() |
|||
|
|||
![]()
I think the formula should be
=Sum(if('daily data'!$a$2:$a$2000<='by pay week'!a2, 'daily data'!$e$2:$e$2000,0)) You have to array enter the formula, that is with Ctrl-Shift-Enter Alok Joshi "Alok" wrote: Enter = B1 & "_" & A1 & " in Cell C1 and copy that from C2 to C500 Alok Joshi "Biochemist" wrote: I have a excel spread sheet with cell a1 - a500 that has last name and cell b1 -b500 that has first name and I know the e-mail address for all 500 people, what I need to be able to do is creat a row that will have the same e-mail address after there last name, with an underscore between first and last name, it would look something like . I have had some one explaine how to get ther name and email address into a new cell, how ever what I dont know how to do now is put the underscore between first and last name |
#4
![]() |
|||
|
|||
![]()
Assuming you have no spaces in A1 and B1.........
=HYPERLINK("mailto:" & A1 & "_" & B1 & ") Same answer to your question in .misc news group. Try to stick with one thread. Makes it easier on all of us. Gord On Tue, 17 May 2005 10:15:04 -0700, "Biochemist" wrote: I have a excel spread sheet with cell a1 - a500 that has last name and cell b1 -b500 that has first name and I know the e-mail address for all 500 people, what I need to be able to do is creat a row that will have the same e-mail address after there last name, with an underscore between first and last name, it would look something like . I have had some one explaine how to get ther name and email address into a new cell, how ever what I dont know how to do now is put the underscore between first and last name |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Column format when merging Excel data to Word labels | Excel Discussion (Misc queries) | |||
EXCEL FORMAT PROBLEM WHEN SENDING EXCEL SHEET AS MESSAGE BODY IN . | Excel Discussion (Misc queries) | |||
Everytime I need to format cells or text, Excel 2003 takes a lot of time or free | Excel Discussion (Misc queries) | |||
How do I unhide the cell format function in Excel 2000 | Excel Worksheet Functions | |||
Import Indian Rupees as a number format in Excel | Excel Discussion (Misc queries) |