J
jonah
I have a column that I would like to compare to two
different columns. The only way I know to do that is with
A1=VLOOKUP(A1,$B:$B,1,FALSE)
which compares to one at a time.
What I would like to do is have a button that will run a
macro to do the above while a second button will run a
macro to do the same thing but with column C.
different columns. The only way I know to do that is with
A1=VLOOKUP(A1,$B:$B,1,FALSE)
which compares to one at a time.
What I would like to do is have a button that will run a
macro to do the above while a second button will run a
macro to do the same thing but with column C.