Hello,
I'm trying to create code so that when a user enters an ID in A2, the city will autopopulate in B2, and the person's name associated with that ID will autopopulate in C2.
<tbody>
ID (A2)
City (B2)
Person (C2)
N11111
Airville
John Doe
</tbody>
?? Does it matter whether I list...