Pretend I have an array like this:

1 2 7 3
5 3 9 4
4 10 6 8


How can I use Excel functions to find the row/col of a number of my choosing? For simplicity's sake, assume all values in the array are unique.

For example, in cell C1 I type: 2. I want C2 to tell me it's in row 1, column 2. I've tried using Match but I think you can only select a single row/column at a time for that.