Hi,
I'm sorry if this question has already been asked but I have looked through and can't see it.
I am creating an excel sheet for the men on my factory floor.
There are drop down list where they can pick if a task is either "Complete" "Complete (Issue)" "In Stock" "Incomplete" or "Incomplete (Issue)"
They have requested that if they pick a task as "Incomplete" or "Incomplete (Issue)" Then the whole row should become red so it is extremely obvious that they do not proceed to the next task (There are various coloums within the row with these tasks and over 50 tasks)
It has been very time consuming doing this using the conditioning formating option. Is there a VBA code i could use for this?
In the conditional format i used this information:
=$B$6="Incomplete"
I picked the format red
applies to:
=$C$6:$AD$6
I would also like that if for example the painter picked a "location" for one of his finished products that the previous locations in that row would now read "moved on"
Thanks so much.
I'm sorry if this question has already been asked but I have looked through and can't see it.
I am creating an excel sheet for the men on my factory floor.
There are drop down list where they can pick if a task is either "Complete" "Complete (Issue)" "In Stock" "Incomplete" or "Incomplete (Issue)"
They have requested that if they pick a task as "Incomplete" or "Incomplete (Issue)" Then the whole row should become red so it is extremely obvious that they do not proceed to the next task (There are various coloums within the row with these tasks and over 50 tasks)
It has been very time consuming doing this using the conditioning formating option. Is there a VBA code i could use for this?
In the conditional format i used this information:
=$B$6="Incomplete"
I picked the format red
applies to:
=$C$6:$AD$6
I would also like that if for example the painter picked a "location" for one of his finished products that the previous locations in that row would now read "moved on"
Thanks so much.