Hi, I have a in column A the day of the week (custom format with "ddd") based on the dates in column B. In column C I have a Data Validation list.
I need to manually select values from data validation list depending the day, but I'd like that in column C, fills automatically with "-" when day in column A is "Sat" or "Sun".
Now I need to select "-" when in column A there is a Saturday or Sunday. I'm attaching an image of what I have.
How can I do this? Thanks
| Day | Date | Value | | | List |
| --- | -------- | ----- | | | ---- |
| Sat | 6/1/2024 | \- | | | A |
| Sun | 6/2/2024 | \- | | | B |
| Mon | 6/3/2024 | B | | | C |
| Tue | 6/4/2024 | C | | | D |
| Wed | 6/5/2024 | B | | | \- |
| Thu | 6/6/2024 | C | | | |
| Fri | 6/7/2024 | D | | | |
| Sat | 6/8/2024 | \- | | | |
| Sun | 6/9/2024 | \- | | | |
I need to manually select values from data validation list depending the day, but I'd like that in column C, fills automatically with "-" when day in column A is "Sat" or "Sun".
Now I need to select "-" when in column A there is a Saturday or Sunday. I'm attaching an image of what I have.
How can I do this? Thanks
| Day | Date | Value | | | List |
| --- | -------- | ----- | | | ---- |
| Sat | 6/1/2024 | \- | | | A |
| Sun | 6/2/2024 | \- | | | B |
| Mon | 6/3/2024 | B | | | C |
| Tue | 6/4/2024 | C | | | D |
| Wed | 6/5/2024 | B | | | \- |
| Thu | 6/6/2024 | C | | | |
| Fri | 6/7/2024 | D | | | |
| Sat | 6/8/2024 | \- | | | |
| Sun | 6/9/2024 | \- | | | |