Hi experts,
Got a problem wondering if anyone can help.
I have two coloumns
A B
apple apple
apple2 orrange
apple3 pair
apple
pair
etc...
I have a conditional formatting rule as
=NOT(ISERROR(VLOOKUP($A1,$B:$B,1,FALSE)))
the above will format the cells in A if it matches the values in B
so the above will format apple and pair
Is there a way to make it also format apple2, and apple3 if there is only apple in column B.
I have tried
=NOT(ISERROR(VLOOKUP($A1 & "*",$B:$B,1,FALSE)))
and it doesnt work, completely stuck.
Thanks for your time.
MKayZ
Got a problem wondering if anyone can help.
I have two coloumns
A B
apple apple
apple2 orrange
apple3 pair
apple
pair
etc...
I have a conditional formatting rule as
=NOT(ISERROR(VLOOKUP($A1,$B:$B,1,FALSE)))
the above will format the cells in A if it matches the values in B
so the above will format apple and pair
Is there a way to make it also format apple2, and apple3 if there is only apple in column B.
I have tried
=NOT(ISERROR(VLOOKUP($A1 & "*",$B:$B,1,FALSE)))
and it doesnt work, completely stuck.
Thanks for your time.
MKayZ