Hi
I have a sheet with over 1000 entries.
Part of the columns are build up as below.
A A 4
A A 6
A A 5
A B 7
A B 9
A B 8
I'm trying to make a formula that:
- first checks in which rows columns A and B are equal, (in this example, row 1, 2 and 3)
- then, from those reflected rows, determine which has the lowest value.
- display this with an X in the following column.
So this should give the following results:
A A 4 -> X
A A 6 ->
A A 5 ->
A B 7 ->
A B 9 ->
A B 8 -> X
The values above, like A and B, are really citynames in the real document.
Tried vlookup, in combination with IF and AND statements, but I keep locking up.
any help appreciated.
thanx,
Tim
I have a sheet with over 1000 entries.
Part of the columns are build up as below.
A A 4
A A 6
A A 5
A B 7
A B 9
A B 8
I'm trying to make a formula that:
- first checks in which rows columns A and B are equal, (in this example, row 1, 2 and 3)
- then, from those reflected rows, determine which has the lowest value.
- display this with an X in the following column.
So this should give the following results:
A A 4 -> X
A A 6 ->
A A 5 ->
A B 7 ->
A B 9 ->
A B 8 -> X
The values above, like A and B, are really citynames in the real document.
Tried vlookup, in combination with IF and AND statements, but I keep locking up.
any help appreciated.
thanx,
Tim
Last edited: