A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

how to represent x,y coordinate in single column?



 
 
Thread Tools Display Modes
  #1  
Old May 17th, 2009, 10:31 AM posted to microsoft.public.excel.worksheet.functions
co-ordinate
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  
Old May 17th, 2009, 11:09 AM posted to microsoft.public.excel.worksheet.functions
joeu2004
external usenet poster
 
Posts: 1,748
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  
Old May 17th, 2009, 02:30 PM posted to microsoft.public.excel.worksheet.functions
Jacob Skaria
external usenet poster
 
Posts: 5,952
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  
Old May 17th, 2009, 02:38 PM posted to microsoft.public.excel.worksheet.functions
Jacob Skaria
external usenet poster
 
Posts: 5,952
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 ")"


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:46 AM.


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