I have an inventory list of items without prices. These items have a reference number in one of the column.
The prices for these items are on paper price lists (1 column with reference, 1 column with price).
I want to match each items with its price.
Right now I am doing a search for each reference, then entering the corresponding price, but it is inefficient.
Is there a way to enter the prices manually in another spreadsheet in bulk (one column with references, one column with prices) and then applying some logic to match each duplicate reference with its price?
Maybe there is an even better solution that I didn't think of?
Note: I am using LibreOffice, but I could use Excel if absolutely necessary.