Share via

Conditional Formatting across Multiple Tabs in one Work Sheet

Anonymous
2024-06-24T00:45:10+00:00

Hi, I would like to know if I can set a Conditional Format for a Particular Column across multiple TABS withing the one Worksheet .

In my example, Column B across all TABS has "Invoice numbers", I want to run a loop across the whole Worksheet that will pick up whether I have duplicated any particular Invoice number , and if so, to highlight in say #38 Excel colour . Is this possible ?

Microsoft 365 and Office | Excel | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2024-06-24T05:43:55+00:00

You may upload file in private message. I will try both conditional formatting and Macro.

Private Messages - Microsoft Community

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

7 additional answers

Sort by: Most helpful
  1. Anonymous
    2024-06-24T23:44:24+00:00

    Hi Snow, I'm back again..

    Are you able to give me a step by step instruction on how you got that final code set up?

    I ask because it's going to be a problem when I start a new year and new tabs.

    It's good you did that spreadsheet yesterday, but I need to know the selection criteria etc and code set up so I can do it myself moving forward.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-06-24T05:25:59+00:00

    I think the only way may be via VBA ?

    Are you able to assist if I provide the spreadsheet

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-06-24T05:23:46+00:00

    Is there someway I can attach the file to this email ?

    I can't seem to activate One Drive ??

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-06-24T03:33:32+00:00

    Could you share a test file? You may upload it to OneDrive or any other cloud drive for testing and then post the link here.

    *Please make sure you have removed any sensitive or private information in the sample file before uploading.

    Why a sample file is important for troubleshooting. How to do it. - Microsoft Community

    You may set conditional formatting like this one.

    =(COUNTIF(B:B,B1)+COUNTIF(Sheet2!B:B,B1)+COUNTIF(Sheet3!B:B,B1))>1

    Was this answer helpful?

    0 comments No comments