How do I ask this in a way to make you understand what I am looking to do?
I am creating an excel file, (.txt format) for my oscommerce site. I am trying to change three columns
into one column. (In the v_products_image column, I need to add two coluimns to cut out and join in with the v_products_image column. ({column A] folder - [column B] image - [column C] _360.jpg) to [column A] folder/image_360.jpg.
Now if these were already in one column I would know how to cut them out to make two columns. But to do it the other way, I don't know how, and can't figure it out.
Can anyone help, can this be done?
That's Column A, Column B. and Column C, joined together to Column A.
Thanks
Latest News: (loading..)
1 reply to this topic
#1
Posted 05 November 2011 - 02:42 AM
#2
Posted 05 November 2011 - 02:47 AM
=CONCATENATE(A1; B1; C1) to combine columns A, B, and C. Modify as needed.
Regards
Jim
Regards
Jim
My Addons
Banners Box 2.3.x Support
Categories Accordion Box 2.3.x Support
Categories Images Box 2.2x 2.3.x Support
Closest Shipper 2.2x Support
Document Manager 2.2x Support
Generic Box 2.3.x Support
Get 1 Free 2.2x Support
jQuery Banner Rotator 2.2x 2.3.x Support
Modular Front Page 2.3.x Support
Modular SEO Header Tags 2.3.x Support
MVS 2.2x Support
PDF Datasheet 2.3.x Support
Price Updater 2.2x
Products Specifications 2.2x 2.3.x Development Version Support Bugs/Suggestions
Request a Review 2.2x - 2.3.x Support
Similar Products Box 2.2x
Specials Image Overlay 2.3x Support
Theme Switcher 2.3.x Support
Banners Box 2.3.x Support
Categories Accordion Box 2.3.x Support
Categories Images Box 2.2x 2.3.x Support
Closest Shipper 2.2x Support
Document Manager 2.2x Support
Generic Box 2.3.x Support
Get 1 Free 2.2x Support
jQuery Banner Rotator 2.2x 2.3.x Support
Modular Front Page 2.3.x Support
Modular SEO Header Tags 2.3.x Support
MVS 2.2x Support
PDF Datasheet 2.3.x Support
Price Updater 2.2x
Products Specifications 2.2x 2.3.x Development Version Support Bugs/Suggestions
Request a Review 2.2x - 2.3.x Support
Similar Products Box 2.2x
Specials Image Overlay 2.3x Support
Theme Switcher 2.3.x Support









