ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Conditional format question (https://www.excelbanter.com/excel-worksheet-functions/251146-conditional-format-question.html)

Gotroots

Conditional format question
 
What formula is suitable to determine if a value in 'B' is not present in A:A

example:

oranges are in B3 but can not be found anywhere in A:A

Eva

Conditional format question
 
for example
=IF(ISNA(VLOOKUP(B1,A:A,1,FALSE))=TRUE,"not found",VLOOKUP(B1,A:A,1,FALSE))
Click yes if helped
--
Greatly appreciated
Eva


"Gotroots" wrote:

What formula is suitable to determine if a value in 'B' is not present in A:A

example:

oranges are in B3 but can not be found anywhere in A:A


T. Valko

Conditional format question
 
If you're looking for a conditional formatting formula...

=ISNA(MATCH(B3,A:A,0))

Or...

=COUNTIF(A:A,B3)=0

--
Biff
Microsoft Excel MVP


"Gotroots" wrote in message
...
What formula is suitable to determine if a value in 'B' is not present in
A:A

example:

oranges are in B3 but can not be found anywhere in A:A




Gotroots

Conditional format question
 
Thank you both for your input.

I have used instead the find unique option in excel 2007 conditional
formatting.

Cheers

"T. Valko" wrote:

If you're looking for a conditional formatting formula...

=ISNA(MATCH(B3,A:A,0))

Or...

=COUNTIF(A:A,B3)=0

--
Biff
Microsoft Excel MVP


"Gotroots" wrote in message
...
What formula is suitable to determine if a value in 'B' is not present in
A:A

example:

oranges are in B3 but can not be found anywhere in A:A



.



All times are GMT +1. The time now is 07:22 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com