J
Jack Sons
Hi all,
I have a matrix, say 19 rows and 16 columns. I know one of the elements is a
certain number, say 400, or a certain string, say abcba. I need an Exel
formula which results in the adress of that element, say $E$12.
I noticed that =match(400, A1
19) will not work because it seems to work
only "per column". So
=match(400, E1:E19) will result in $E$12 but
=match(400, A1
19) gives #N/A.
1) Why is this?
2) What is the formula I need?
Jack Sons
The Netherlands
I have a matrix, say 19 rows and 16 columns. I know one of the elements is a
certain number, say 400, or a certain string, say abcba. I need an Exel
formula which results in the adress of that element, say $E$12.
I noticed that =match(400, A1

only "per column". So
=match(400, E1:E19) will result in $E$12 but
=match(400, A1

1) Why is this?
2) What is the formula I need?
Jack Sons
The Netherlands