Afternoon everyone...
I am having a right mare with my conditional formatting formula and i feel like I've tried every variation and I've given up now...
I have a list of master codes in one sheet "EWC List" I then input incoming loads in another sheet "Stock" if while i'm inputting the EWC code i make a typo i want it to highlight.
i'm using:
I have set it to apply to the whole of column O but it will still only work on cell O2...I know i'm doing something wrong but i cant figure it out...
i've also tried
and
and
Please help me
Thank you so much in advance!!
I am having a right mare with my conditional formatting formula and i feel like I've tried every variation and I've given up now...
I have a list of master codes in one sheet "EWC List" I then input incoming loads in another sheet "Stock" if while i'm inputting the EWC code i make a typo i want it to highlight.
i'm using:
Excel Formula:
=AND(NOT(ISBLANK(O2)),ISNA(MATCH(O2,'Full EWC list & chapters'!A2:A839,0)))
I have set it to apply to the whole of column O but it will still only work on cell O2...I know i'm doing something wrong but i cant figure it out...
i've also tried
Excel Formula:
=AND(NOT(ISBLANK(O:O)),ISNA(MATCH(O2,'Full EWC list & chapters'!A2:A839,0)))
and
Excel Formula:
=AND(NOT(ISBLANK(O2)),ISNA(MATCH(O:O,'Full EWC list & chapters'!A2:A839,0)))
and
Excel Formula:
=AND(NOT(ISBLANK(O:O)),ISNA(MATCH(O:O,'Full EWC list & chapters'!A2:A839,0)))
Please help me
Thank you so much in advance!!