Jump to content
Server Maintenance This Week. ×

How will I colour same data with conditional formatting?


This topic is 4645 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Example

I have a list of people, years and holiday destinations.

For example, Person A went to Italy in 2008 and 2011. I want to make "conditional formatting" to the same Italy fields in the table.

I want duplicate or more results to be highlighted in the list.

Link to comment
Share on other sites

I'm still not sure I understand this, but I will take a shot: define a self-join of your table, matching on the Destination field. Base the conditional formatting on:

Count ( SelfJoin::Destination ) > 1

---

P.S. Please don't format your messages so - I can't read such a small font.

Link to comment
Share on other sites

I have tried the solution you have recommended, but unfortunately it didn't work. I want to highlight the same names (the names that exist in the same table for more than one time) in the table with "conditional formatting" feature how can I do that?

Link to comment
Share on other sites

it did not work.

Because when I use your formula Count ( Table 2::Category ) > 1

my match field which has 100.000 records all has gone red. But all I want to do is

conditional formatting incase of realization of two criteria at the same time.

These are same referee (in my database I have more than 2000 referees) same matches in different seasons..

Please refer to the attachment.

Thanks.

p.s If you want I can send my filemaker file.

Teams.zip

Link to comment
Share on other sites

This topic is 4645 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.