Maxime_Excel
New Member
- Joined
- Jul 9, 2024
- Messages
- 4
- Office Version
- 2021
- Platform
- Windows
Hi,
I have a worksheet with a few columns and rows.
INPUT TABLE
Every week we review the performance of the different groups and colour the inside of the cell in certain colour, manually: green, orange, red, purple, ... (they all have their own meaning). In the table above, I wrote "red" but the cell is actually coloured in red, AND there is a number inside the cell, so I cannot write "red" inside either.
OVERVIEW TABLE
In another table, we want to highlight in which week a significant change occured. A significant change = a colour change. So if this week is Wk2 then group 3 has a colour change and we want to show that with the colour black.
The Overview table would look like:
I know about the GET.CELL formula. It would be easy to use this formula, however the GET.CELL formula doesn't trigger an event based on a colour change. For an event to happen, I need to enter the formula again - which is not what we are aiming for.
Is there a different way to compare a cell colour with another cell colour and launch a formula based on a IF, THEN, ELSE? Keep in mind that the cell colours will change, it's not a one time event (then GET.CELL would have been perfect).
Thanks!
I have a worksheet with a few columns and rows.
INPUT TABLE
Group name | Wk 1 | Wk 2 | Wk 3 | Wk 4 |
Group 1 | red | red | ||
Group 2 | yellow | yellow | ||
Group 3 | red | purple |
Every week we review the performance of the different groups and colour the inside of the cell in certain colour, manually: green, orange, red, purple, ... (they all have their own meaning). In the table above, I wrote "red" but the cell is actually coloured in red, AND there is a number inside the cell, so I cannot write "red" inside either.
OVERVIEW TABLE
In another table, we want to highlight in which week a significant change occured. A significant change = a colour change. So if this week is Wk2 then group 3 has a colour change and we want to show that with the colour black.
The Overview table would look like:
Group name | Wk 1 | Wk 2 | Wk 3 | Wk 4 |
Group 1 | white | white | ||
Group 2 | white | white | ||
Group 3 | white | black |
I know about the GET.CELL formula. It would be easy to use this formula, however the GET.CELL formula doesn't trigger an event based on a colour change. For an event to happen, I need to enter the formula again - which is not what we are aiming for.
Is there a different way to compare a cell colour with another cell colour and launch a formula based on a IF, THEN, ELSE? Keep in mind that the cell colours will change, it's not a one time event (then GET.CELL would have been perfect).
Thanks!