Forum Discussion
Jage_81
Jan 27, 2019Copper Contributor
Formulating Columns
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.
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)
- Eva VogelSteel ContributorHi Jage! Perfect! Keep on going! Greets, Eva 😅!