Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel: 2-variable data table

Status
Not open for further replies.

RobBroekhuis

Technical User
Joined
Oct 15, 2001
Messages
1,971
Location
US
I'm going crazy. I've done this many times before, and it won't work. Trying to create a 2D data table (one formula cell, row and column of input cells). I specify the row input cell and column input cell (both of which are cells which affect the value of the formula cell), click OK, and Excel gives me a real helpful "Input cell reference is not valid" error popup. The table is on a different sheet than the formulas and input cells. I've made a selection as follows before choosing Data-Table:

Code:
<formula cell>  <row input1> <row input2> ....
<column input1>
<column input2>
..
..

So what am I missing?


Rob
[flowerface]
 
OK, I figured out it works if I put the table on the same worksheet as the input cells. Seems like a very arbitrary restriction to have to have both on the same sheet - is this a documented "feature"?


Rob
[flowerface]
 
Probably similar to the Advanced Filter "feature". Not seen any documentation on it but it's not a massively used / well known area of excel.

You could try the standard workaround for Advanced filters which is using a named range instead of a cell ref. Most of these "features" where an off sheet cell ref causes an error are caused by the ! needed to reference the sheet - if you can get rid of that, it usually works.

Rgds, Geoff

Never test the depth of water with both feet

Help us to help you by reading FAQ222-2244 before you ask a question
 
Thanks Geoff. What happened to your latin taglines?


Rob
[flowerface]
 
I used most of the funny ones up. Just got a bunch of "Chinese proverbs" so gonna work through them.

Veni, Vidi Velcro

Hope you're keeping well.

Rgds, Geoff

Never test the depth of water with both feet

Help us to help you by reading FAQ222-2244 before you ask a question
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top