Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default how to represent x,y coordinate in single column?

As i want two cell data in new cell separated by comma, which we can use as a
co-ordinate (x,y) in other CAD software. Can somebody help me in this issue?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default how to represent x,y coordinate in single column?

"co-ordinate" wrote:
As i want two cell data in new cell separated by comma, which we can use
as a
co-ordinate (x,y) in other CAD software. Can somebody help me in this
issue?


Is this what you want:

="(" & X1 & "," Y1 ")"

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default how to represent x,y coordinate in single column?

Joe, a small typo correction...

="(" & X1 & "," Y1 & ")"

If this post helps click Yes
---------------
Jacob Skaria


"JoeU2004" wrote:

"co-ordinate" wrote:
As i want two cell data in new cell separated by comma, which we can use
as a
co-ordinate (x,y) in other CAD software. Can somebody help me in this
issue?


Is this what you want:

="(" & X1 & "," Y1 ")"


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default how to represent x,y coordinate in single column?

Oops

="(" & X1 & "," & Y1 & ")"
--
If this post helps click Yes
---------------
Jacob Skaria


"Jacob Skaria" wrote:

Joe, a small typo correction...

="(" & X1 & "," Y1 & ")"

If this post helps click Yes
---------------
Jacob Skaria


"JoeU2004" wrote:

"co-ordinate" wrote:
As i want two cell data in new cell separated by comma, which we can use
as a
co-ordinate (x,y) in other CAD software. Can somebody help me in this
issue?


Is this what you want:

="(" & X1 & "," Y1 ")"


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
Individual column width to represent stacked total DemonFish Excel Discussion (Misc queries) 1 July 13th 07 11:30 AM
From single cell variables to a single column serie noyau New Users to Excel 1 December 22nd 06 06:43 AM
Copy column range of "single word" cells with spaces to a single c nastech Excel Discussion (Misc queries) 3 February 15th 06 05:04 PM
Return Single Row of Numeric Data to Single Column Sam via OfficeKB.com Excel Worksheet Functions 4 December 17th 05 12:31 AM
How do you combine a stacked column and single column graph? Charlotte C Charts and Charting in Excel 1 December 3rd 05 01:04 PM


All times are GMT +1. The time now is 03:11 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"