Sep 12 2023 10:04 AM
So I am currently working on a project for my job and I could really use this Status legend as shown in the picture below. Each one of the legends has its own color which I love. How do I turn these status OFF and ON as seen below the status and have it incorporated into my table where it shows Status and is a drop down so I can change the status of each of my modules. I also need the color to work as well. I tried all the data validation possibilities and cant get it to work. Thank you in advance for any help
Sep 12 2023 03:24 PM
SolutionTo create a status legend with a dropdown box that allows you to turn the status ON and OFF while maintaining the associated colors, you can use a combination of Excel features such as Conditional Formatting and Data Validation. Here is a step-by-step guide:
First, you will need to create a status legend with colors in a separate part of your worksheet. For example, you can have a table like this:
Status | Color |
In Progress | Green |
Completed | Blue |
On Hold | Yellow |
Not Started | Red |
Assign distinct colors to each status using Excel's font or cell color options.
Now, go to the column where you want to use the dropdowns to select the status for each module.
To apply the associated colors based on the selected status, you can use Conditional Formatting.
=B2="In Progress"
Make sure to specify the status you want to associate with the color.
Now, when you select a status from the dropdown in your table, the associated color should be applied to that cell.
This setup allows you to choose a status from the dropdown, and based on your selection, Excel will apply the corresponding color to the cell using Conditional Formatting. You can repeat the Conditional Formatting steps for each status and color combination you want to use in your table.
The text and steps were edited with the help of AI.
My answers are voluntary and without guarantee!
Hope this will help you.
Was the answer useful? Mark them as helpful and like it!
This will help all forum participants.