Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default cell coordinate label place (r,c)

Add displayed information in a cell that has numbers within paranthesis like
"(2,-3)". Here is an example:
-3 -2 -1 0 1 2
3 |
2 |
1 ----(1, -2)
0
-1

There would be "axis" numbers on the edge of a "map". Every cell in the map
would display the location in the map as (row, col), like "(1,-2)" in the
example above. Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default cell coordinate label place (r,c)

Put this formula into cell B2, and copy to fill your table:

="(" & $A2 & ", " & B$1 & ")"

I assumed that your labels are in row 1 and column A....


HTH,
Bernie
MS Excel MVP


"XCell_Help" wrote in message
...
Add displayed information in a cell that has numbers within paranthesis like
"(2,-3)". Here is an example:
-3 -2 -1 0 1 2
3 |
2 |
1 ----(1, -2)
0
-1

There would be "axis" numbers on the edge of a "map". Every cell in the map
would display the location in the map as (row, col), like "(1,-2)" in the
example above. Thanks.



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
Help! Find Closest Coordinate Match Bill Excel Discussion (Misc queries) 6 May 2nd 23 07:42 PM
Polar to rectangular coordinate conversion [email protected] Excel Discussion (Misc queries) 3 April 3rd 23 07:45 PM
Labeled Coordinate Plots Stroma36 Excel Discussion (Misc queries) 2 March 14th 07 03:31 PM
Identify Label €” More than one cell with label George Lynch Excel Discussion (Misc queries) 2 May 4th 05 05:12 PM
Creating an x,y coordinate chart smintey Charts and Charting in Excel 2 December 9th 04 04:01 PM


All times are GMT +1. The time now is 05:45 AM.

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"