T
TerryM
I'm not an expert with Excel functions or anything and I looked up on the
internet several ways to possibly get want I want but they don't seem to
work?
I have two columns and want to know which ones are different. I don't want
to just highlight though I would like a third column filled in if the
results are different (or could be the same whatever is easier, so I could
then take that third column and use it as a checklist).
So here is the charts so far:
a e =ISNA(MATCH(A2,$B$2:$B$5,FALSE))
=IF(ISERROR(MATCH(A2,$B$2:$B$5,0)),"",A2) =OR(EXACT(B2, A2:A5))
b f =ISNA(MATCH(A3,$B$2:$B$5,FALSE))
=IF(ISERROR(MATCH(A3,$B$2:$B$5,0)),"",A3) =OR(EXACT(B3, A2:A5))
c d =ISNA(MATCH(A4,$B$2:$B$5,FALSE))
=IF(ISERROR(MATCH(A4,$B$2:$B$5,0)),"",A4) =OR(EXACT(B4, A2:A5))
d w =ISNA(MATCH(A5,$B$2:$B$5,FALSE))
=IF(ISERROR(MATCH(A5,$B$2:$B$5,0)),"",A5) =OR(EXACT(B5, A2:A5))
That didn't come out that good...
Basically I have two columns of data (a-d in one and e,f,d,w in the other).
I have then three columns of formulas I have tried.
For some reason even though I have a '=' in front of them it doesn't
actually evaluate it just shows the formula?
How do I actually get it to do something? Should be pretty simple I would
think??
Thanks,
Terry
internet several ways to possibly get want I want but they don't seem to
work?
I have two columns and want to know which ones are different. I don't want
to just highlight though I would like a third column filled in if the
results are different (or could be the same whatever is easier, so I could
then take that third column and use it as a checklist).
So here is the charts so far:
a e =ISNA(MATCH(A2,$B$2:$B$5,FALSE))
=IF(ISERROR(MATCH(A2,$B$2:$B$5,0)),"",A2) =OR(EXACT(B2, A2:A5))
b f =ISNA(MATCH(A3,$B$2:$B$5,FALSE))
=IF(ISERROR(MATCH(A3,$B$2:$B$5,0)),"",A3) =OR(EXACT(B3, A2:A5))
c d =ISNA(MATCH(A4,$B$2:$B$5,FALSE))
=IF(ISERROR(MATCH(A4,$B$2:$B$5,0)),"",A4) =OR(EXACT(B4, A2:A5))
d w =ISNA(MATCH(A5,$B$2:$B$5,FALSE))
=IF(ISERROR(MATCH(A5,$B$2:$B$5,0)),"",A5) =OR(EXACT(B5, A2:A5))
That didn't come out that good...
Basically I have two columns of data (a-d in one and e,f,d,w in the other).
I have then three columns of formulas I have tried.
For some reason even though I have a '=' in front of them it doesn't
actually evaluate it just shows the formula?
How do I actually get it to do something? Should be pretty simple I would
think??
Thanks,
Terry