Copy and Paste from Different Sheet base upon Drop Down Criteria

Scotnroa

New Member
Joined
Aug 20, 2024
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi Folks,
This should be easy, but it's been to many years since I've done anything in VBA. Thanks for any guidance or help.

I have a Worksheet that has two Sheets. "Data" and "Input". Column "A" of Input has a Drop-Down List from Column "A" of Data. When the Drop Down is activated, I need The Row that corresponds to the value in the Drop down to copy columns "B, C, D" from Data to Input Columns "B, C, D". I can do this simply with xlookup but I need to formulas to transfer also.

Thanks,

Scott

1724159481479.png
1724159589840.png
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Welcome to the Board!

I can do this simply with xlookup but I need to formulas to transfer also.
I am not sure what you mean by "I need to formulas to transfer also".

I am also unclear why your XLOOKUP solution will not work for you?
It seems to do what you want, doesn't it?
What is it lacking?
 
Upvote 0
Thanks for the reply. I finally figured out a solution that worked. The xlookup only copied values and not the formulas as I was wanting.

Thanks again
 
Upvote 0
I am guessing that there was a level of detail missing in your question that made it not too clear exactly what you meant.

Would you mind posting your solution? I am curious. It might shed some light on what you were dealing with and what you were trying to do.
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top