Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to combine 4 cells into 1
G6 = Technicians name G7 = number of items G8 = Date G9 = assigned location The result I would like to have is John Doe_6_mm_dd_yyyy_1234567 This string eill then be used to save the file |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Dgwood90" wrote:
The result I would like to have is John Doe_6_mm_dd_yyyy_1234567 =G6 & "_" & G7 & TEXT(G8,"\_mm\_dd\_yyyy\_") & G9 If G9 is less than 7 characters and you always want 7 characters, replace G9 above with TEXT(G9,"0000000"). ----- original message ----- "Dgwood90" wrote: I need to combine 4 cells into 1 G6 = Technicians name G7 = number of items G8 = Date G9 = assigned location The result I would like to have is John Doe_6_mm_dd_yyyy_1234567 This string eill then be used to save the file |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Works exactly as I was wanting, Thanks!
"Dgwood90" wrote: I need to combine 4 cells into 1 G6 = Technicians name G7 = number of items G8 = Date G9 = assigned location The result I would like to have is John Doe_6_mm_dd_yyyy_1234567 This string eill then be used to save the file |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Concatenate Cells | Excel Worksheet Functions | |||
Concatenate many cells | Excel Worksheet Functions | |||
Concatenate cells | Excel Discussion (Misc queries) | |||
CONCATENATE TWO DIFFERENT CELLS | Excel Worksheet Functions | |||
how do I UN-concatenate cells | Excel Discussion (Misc queries) |