View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme[_2_] Bernard Liengme[_2_] is offline
external usenet poster
 
Posts: 563
Default Using Cartesian Cell Names

Hope I am reading your question correctly:
In A1: D3 I have this data
1 2 3 4
5 6 7 8
9 10 11 12
The formula =INDEX(A1:D3,2,3) returns the value 7
So does =INDEX(A1:D3,F1,G1) when F1 have value 2 and G1 has value 3.

best wishes
--
Bernard Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme

"Jim D." wrote in message
...
Is there a way to get Excel 2007 to treat cell coordinates as Cartesian
coordinates instead?

Id like to be able to input fill colors into cells using x/y numbers

I know I could set up to columns. . . X and Y. . . and then enter in my
numbers under them. And from there I could even create an XY Scatter
Chart.
That much Ive figured out but Id like to take this to the level where
the
output of this wouldnt be a chart but a specific cell location on a
worksheet itself.

Id like for the entire sheet to become a big Cartesian grid in itself.

I dont know if I need to approach this from a VB Coding perspective, or
if
Excel has something similar already built in that will get me close. It
seems
as if it would.

If anybody has any ideas Id like to hear them.

Take Care, and Thanks if you can help,

Jim