Oct 25 2021 07:11 AM
Hello,
I have 2 sheets.
In the main sheet I have a column with ordernumbers and one blanc column that i want the invoice number in.
In the other sheet I have the ordernumber and in the next column I have the invoice number.
So I want the blanc column(invoice number column) in the main sheet, to be filled with the invoicenumbers that equals to the ordernumbers thats next to it. Is this possible??
Oct 25 2021 07:19 AM
@nickie115 If you have only one invoice number per order in the "other sheet" you can use VLOOKUP or XLOOKUP (if your Excel version supports it. If, on the other hand, you have multiple invoice numbers for the same order, you'll need something more sophisticated.
Oct 25 2021 07:45 AM
Oct 25 2021 07:52 AM
@nickie115 Perhaps the attached file will help,
Oct 25 2021 08:48 AM
Oct 25 2021 08:57 AM
@nickie115 Have you looked at the formulae in my example? Google for VLOOKUP and/or XLOOKUP. There are many tutorials on line. Better at explaining than what I can write up here in a few minutes.