Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15
Default concatenate tables into html tables

I am using Excel 2007-

This is my data:

Carat Gem Weight Clarity Column4
1 2.2 SI1
1.5 2.5 SI2
1.25 2.8 VS1

In Column 4 I need to concatenate the data in columns 1, 2, and 3 into a
table using <td,<tr ...

How do I do this?
Thank you
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 506
Default concatenate tables into html tables

Use any of the below formula which one is convenient for you.

=A2&" (Your Character) "&B2&" (Your Character) "&C2

OR

=CONCATENATE(A2," (Your Character) ",B2," (Your Character) ",C2)

The Characters you are mentioning within the Double Quotes (€œ) will be shown
in between the result of cell references.

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"urlocaljeweler" wrote:

I am using Excel 2007-

This is my data:

Carat Gem Weight Clarity Column4
1 2.2 SI1
1.5 2.5 SI2
1.25 2.8 VS1

In Column 4 I need to concatenate the data in columns 1, 2, and 3 into a
table using <td,<tr ...

How do I do this?
Thank you

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 tables into html tables urlocaljeweler Excel Discussion (Misc queries) 1 December 11th 09 08:15 PM
Imported Text from two HTML tables looks same but is different bman342 Excel Discussion (Misc queries) 0 June 24th 06 06:12 PM
Grabbing HTML tables into Excel Wibs Excel Discussion (Misc queries) 4 December 4th 05 07:29 PM
Importing multiple html tables into XL? RedFox Excel Discussion (Misc queries) 2 April 26th 05 06:44 AM
Importing multiple html tables into XL? RedFox New Users to Excel 2 April 26th 05 06:44 AM


All times are GMT +1. The time now is 08:12 PM.

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

About Us

"It's about Microsoft Excel"