Hey all,

I'll get straight to it. Is it possible to use a lookup function on a table of data? i.e. if I want to look up the input "2,3" I'd get the value "h" in the table below:

--1-2-3
1 a b c
2 d e f
3 g h i

Thanks for any advice/direction

Beale