Move cells/ semi-automate categorizing data

svendfj

Board Regular
Joined
Mar 19, 2011
Messages
99
Office Version
  1. 2016
Platform
  1. Windows
Thank you in advance for your time and any assistance you can please lend. The simplified version:
- I have 4 lists, with headings in cells A1, B1, C1 and D1: 'General', 'Code', 'Apples', 'Oranges'
- Initially, only the 'General' list is populated; and cells A2-A10 contain: Tangerine, Macintosh, Seville, Gala, Cortland, Navel,...
- Cells in column B are restricted (via a drop-down list) to allow only selection of one of 2 codes: 'A' and 'O' (shorthand for 'Apples' and 'Oranges')
- Initially lists 'Apples' and 'Oranges' in columns B and C are empty
- I would like to implement a VBA solution that: by selecting either 'A' or 'O' in column B, the corresponding entry in column A would (1) be copied into either columns C or D; and (2) the entries in columns A and B would be removed.
- For example: If I selected 'O' in cell B2, the entry in cell A2, 'Tangerine' would be effectively moved to the next empty cell in list 'Oranges' in column D. That is: (1) 'Tangerine' would be copied into cell D2, (2)
'Tangerine' would
be removed from cell A2, and (3) cell B2 would revert to empty.

This would be very useful. I would appreciate your perspective on how this could best be done. Ideally, there would be an similar, existing solution that I could leverage.

Again, thank you, Sven
 
Last edited:

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
As long as the first letter of the words in Column A are unique, you don't need a macro. You can use VLOOKUP. Do you need assistance using VLOOKUP?
 
Upvote 0

Forum statistics

Threads
1,214,639
Messages
6,120,679
Members
448,977
Latest member
dbonilla0331

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