Drop down list change other multiple cells

Copper Contributor

Hi,

I have a question regarding if it's possible by changing a value in a drop down list - can it affect multiple other cells with commands?

I want everything to be depending on column D where I have a drop down list. If i change the value there i want the rest of the document to follow.

 

For intstance, if I change the value in the drop down list from '1. Requested' to '2. Pre order'. Firstly, I want the cells in column I and J to change and be given todays date. Secondly, I want the color (in other drop down list) in column K change the status to Green (finished) and in column N to change to yellow (ongoing).

 

Same thing from when I change from '2. Pre Order' to '3. Field Work' then I want the cells in column O, P, Q to be given todays date and the colors to change from Green (finished) and in column N to change to yellow (ongoing) in column R. And so on. 


Does this question make sense? Would my request be possible in any way?

Thanks a bunch!

I'll attach the file. 

 

EliasEkman_1-1632234329730.png

 

 

3 Replies

@EliasEkman wrote Does this question make sense? Would my request be possible in any way?

 

In general, "Yes" and "Yes."

 

But do you realize

  • You had hidden column H, I, J and K in the posted spreadsheet?
  • Column K is headed "Project Manager" so one wonders what's the connection between that and the "Green (finished)" that you've requested
  • Column N contains (one presumes) date a request has been answered and no colors at all currently
  • Column P was hidden, doesn't contain dates to begin with.
  • etc. I'm stopping listing discrepancies (and therefore sources of confusion) between the sheet I'm looking at and your requests concerning it.

So what you've asked about is definitely do-able, but needs quite a bit of clarification before we try to accomplish it.

 

You clearly are fairly accomplished with Excel's features, given your sophisticated use of drop-down list and conditional formatting.  If you'd like to just proceed on your own, what I think you need to have are some conditionals in those cells where, for example, you want the date to appear.

  • So the IF function would be helpful.
  • HOWEVER, if you want today's date to appear and then stay constant in subsequent days, then you'd need to use something other than the =TODAY() function (since that would just change every day to whatever the current date is). 

 

So maybe another thing to clarify: what's the working procedure that will be used to make those entries? Who's doing it? How often? Is it practical to just manually enter the day's date in some other background cell at the start of each update, so it's not computed but only needs to be entered once each day.... etc.  

 

A full workflow needs to be articulated, with the updating of the spreadsheet as part of the bigger picture.

 

Hello @mathetes !

 

Thank you for your reply. 

I'm sure that there were a few surprises that didn't make any sense for you when you started to dissect my document. It was just to give to you as an better understanding of the question rather than for you to find discrepancies in it. However, I'm thankful for your input and will make sure to clean my document further once I solve my initial problem.

This is my first time that I submit a question on this forum and therefore was unsure if people usually do actual modification in the documents rather than to explain for the sender how to do it them selves. 

The documents intent is for me and my co-workers to be able to go in, add a new project and follow its progress. Right now I use it most frequently out of anybody. About a few times a week. Now I have been manually changing the dates as a request is submitted, answered, tender given and so on. It has been very time consuming and I have fail to be consistent in this work. Therefor I wanted to facilitate this by just changing the the drop down list in column D and this would complete the affected cells with date and so on, as I described it in the question. 

Do we come any closer to a salvation? I basically look for a function that says when this cell changes in the drop down list, 'insert date in these cells' and 'change these drop down lists'. 

Thanks again for engaging in this topic to help me.

/Elias

@EliasEkman 

 

Closer perhaps. People here often make changes to spreadsheets that are posted.....and sometimes just point in the right direction.

 

From all that you've said, I'm thinking that you might benefit most from a macro or VBA routine and those are not my expertise at all. And, frankly, before you ask anybody else to help with that--there are people here who could do it--you really need to clean up those various discrepancies first so it's a clear description of what's needed, and a clean spreadsheet to work with.