I apologize for such a simple question. But, I have a table like this:
Machine A Machine B
Op10 10 15
Op20 11 12
where Machine A and B and column titles and Op10 and 20 are row titles.
I would like to write a simple table query that would return the value associated with Machine B and Op20 (12) and set that value to a int var. Seems simple but I've had no luck. -Thanks