Formulating Columns

Copper Contributor
I work at a warehouse and I need to keep track of the trailers in and out. I want to be able to input a trailer number and have the license tag of that trailer generate into the neighboring cell from pre-inputed data.
2 Replies
Hi Jage! Perfect! Keep on going! Greets, Eva :grinning_face_with_sweat:!

Hello,

 

if you have a list of trailer numbers and their respective license tags somewhere, you can use a lookup function for that. For example Vlookup. In the screenshot, the value of cell A1 is looked up in the master list in column E. If an exact match is found, the license tag from column F is returned.

 

=VLOOKUP(A1,$E$3:$F$8,2,FALSE)

 

2019-01-28_09-30-25.png