Autocomplete from data another column, with option to create new entry

santander

New Member
Joined
Sep 25, 2017
Messages
1
I am trying to do some data entry which will use Excel. I'm hoping you can help me understand how to set up the system. I believe my inquiry is similar to, but not exactly like, the post at http://www.contextures.com/<wbr>xlDataVal11.html.


I have a sheet like


file_name | full_name
123 | Jane Doe
123 | John Public
456 | Sally Roe
456 | Steve Smith




and I want to manually enter another sheet like



file_name | full_name | new_column_1 | new_column_2
123 | Jane Doe | data1 | data2
123 | John Public | data3 | data4
456 | Sally Roe | data5 | data6
456 | Steve Smith | data7 | data8





but where the cell full_name in the latter table will offer autocomplete. Two considerations:


- I want to only offer autocomplete from among the names in the first sheet sharing the file_name value of the current row
- In some cases, It's possible that a name was accidentally skipped in the first pass of data entry, so I want to be able add a new name even if it doesn't match one of the suggested names for that file_name. For example, I want to be able to add

| 123 | Alexander Abrahmson | data9 | data10 |

to the file in the second spreadsheet, even if Alexander Abrahmson does not appear in the first sheet.

The link above provides most of a solution using Validation, but I don't think it permits the two additional specifications I've added. Do you think it's possible to do this in Excel?


 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney

Forum statistics

Threads
1,216,160
Messages
6,129,215
Members
449,494
Latest member
pmantey13

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