Z
Zilla
I want to tabulate a From->To places list
to signify trips FromA->ToB.
Say I have col A validated against a list that
signifies the "From". Col B is also validated
with the same list, that signifies the "To".
Obviously, I don't want Col A and Col B
be the same value for the same row since
FromA-ToA does not make sense.
How can I do this in VBA, or vanilla Excel?
to signify trips FromA->ToB.
Say I have col A validated against a list that
signifies the "From". Col B is also validated
with the same list, that signifies the "To".
Obviously, I don't want Col A and Col B
be the same value for the same row since
FromA-ToA does not make sense.
How can I do this in VBA, or vanilla Excel?