My Duplicate formula is not functioning as it should

S

Steved

Hello from Steved

If I change the Data in Col C3 or Col H3 "dup" is not Displayed, is what I
require

If I change the Data in Col B3 or Col G3 "dup" Stays Displayed Why? please.

=IF(COUNT(B3,G3)<>2,"",IF(C3=H3,"dup",""))

Logical_test COUNT(B3,G3)<2 = False
Value_if_True "" = ""
Value_if_False IF(C3=H3,"dup","") = "dup"
= "dup"

Thankyou.
 
S

Steved

Hello pogiman

Thankyou.

pogiman via OfficeKB.com said:
What is the relation of Columns B, C, G and H? Is there an order of priority?

From the information below you may try this:

=if(and(B3=G3,c3=h3),"dup","")

The formula will display "dup" if both conditions are met otherwise it will
return blank (either 1 or both are not equal).

Hope this help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top