Calgary_Neil
Board Regular
- Joined
- Apr 5, 2014
- Messages
- 79
I have just starting working with the new excel tables, but have been working with named ranges forever. In the past each cell in the table “Rates” would be a named range, but now are in two columns, “Level” and “Area”. How do I write Rate[Area] =“West” [Level] to return a single value?
I am trying to stay away a fixed reference like Index(Rates, 3, 2, 0), but would like something like Index(Rates, ”West”, Level, 0). I wish MS had Named this table feature something else, as searches on Table bring up the old methods which I get.
I am trying to stay away a fixed reference like Index(Rates, 3, 2, 0), but would like something like Index(Rates, ”West”, Level, 0). I wish MS had Named this table feature something else, as searches on Table bring up the old methods which I get.