Good day everyone,
I'm trying to use the formula VLOOKUP to pull some information from another sheets, but it shows me #Invalid Data Type.
I have this sheet named "2020 vs 2021 P/Month" and I need the formula to look for revenue on sheet "Rev By Month P/BTC 2020", so when I fill this last one, fills up the information to the sheet "2020 vs 2021 P/Month".
This is the formula that I'm trying to use according an article named "Reference Data from Another Sheet":
=VLOOKUP([Bill To Code]@row, {Rev By Month P/BTC 2020 Range 2}, {Rev By Month P/BTC 2020 Range 3})
I don't know if I'm missing some step, any help will be greatly appreciated.