ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   how to represent x,y coordinate in single column? (https://www.excelbanter.com/excel-worksheet-functions/231080-how-represent-x-y-coordinate-single-column.html)

co-ordinate

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?

joeu2004

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 ")"


Jacob Skaria

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 ")"



Jacob Skaria

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 ")"




All times are GMT +1. The time now is 07:32 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com