Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default Concatenate 4 cells

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 905
Default Concatenate 4 cells

"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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default Concatenate 4 cells

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Concatenate Cells peterh Excel Worksheet Functions 5 December 16th 09 07:05 AM
Concatenate many cells art Excel Worksheet Functions 8 May 23rd 09 08:36 PM
Concatenate cells Snakeoids Excel Discussion (Misc queries) 6 July 28th 06 01:46 PM
CONCATENATE TWO DIFFERENT CELLS cs_vision Excel Worksheet Functions 10 April 27th 06 11:12 PM
how do I UN-concatenate cells julia Excel Discussion (Misc queries) 2 January 5th 05 07:45 PM


All times are GMT +1. The time now is 02:56 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"