Forum Discussion

Frederic_J's avatar
Frederic_J
Copper Contributor
May 15, 2024
Solved

Cells with a green corner in an Excel table: how to detect this error with a formula?

Hello, I am looking for a solution to detect the presence of cells with a green corner in a wide table, without having to visually inspect it cell after cell. My preference would go for a formula. As...
  • NikolinoDE's avatar
    May 15, 2024

    Frederic_J 

    Detecting cells with a green corner (indicating an error in Excel) using a formula is not directly possible because Excel does not provide a built-in function to check for such visual formatting, so far I know. However, you can achieve this with VBA (macros) to search for cells with a green corner and perform actions based on that.

    You find a VBA macro in the attached file maybe that can help you to detect cells with a green corner in a specified sheet and show them.

     

    You will find the code in the inserted file.

     

    My answers are voluntary and without guarantee!

     

    Hope this will help you.

     

    Was the answer useful? Mark as best response and like it!

    This will help all forum participants.

Resources