I'm very poor with excel in general and I'm trying to teach myself how to use VBA and macros etc etc etc by using working examples but i need a bit of help.
I need to create a drop down where dependent on selecting a certain option from the drop down it pulls input fields from another sheet.
Eg i have a drop down which has the options "Request to" and "Request From"
If i select "Request To" it pulls through a series of cells from another sheet which would be Sender ID, Recipient ID, Request flow, Date, SLA which also pulls through a series of blank cells under each column
By selecting "Request From" it pulls through a series of cells from another sheet which would be Sender ID, Request flow, Allocation Date SLA Cutoff
Underneath each populated cell I would input information and then submit this to write back to another sheet but i don't know what to do re the lookup for which cells it pulls through based on the drop down.
i hope this makes some sense other than utter ramblings.
Below is kind of how I was hoping it to show once each option is selected from the drop down.
Imgur Snippet
I need to create a drop down where dependent on selecting a certain option from the drop down it pulls input fields from another sheet.
Eg i have a drop down which has the options "Request to" and "Request From"
If i select "Request To" it pulls through a series of cells from another sheet which would be Sender ID, Recipient ID, Request flow, Date, SLA which also pulls through a series of blank cells under each column
By selecting "Request From" it pulls through a series of cells from another sheet which would be Sender ID, Request flow, Allocation Date SLA Cutoff
Underneath each populated cell I would input information and then submit this to write back to another sheet but i don't know what to do re the lookup for which cells it pulls through based on the drop down.
i hope this makes some sense other than utter ramblings.
Below is kind of how I was hoping it to show once each option is selected from the drop down.
Imgur Snippet