I have two sheets: Change Oorders and Change Order Pricing. IN Change Orders, there is a column called Task1 which is a dropdown menu. The values in the drop down were copied and pasted from Change Order Pricing, "Task" column which is the first column.
I created this formula:
=VLOOKUP([Task1]@row, {Change Order Pricing Range 2}, 3, true)
where Change Order Pricing contains all 4 columns on that sheet)
The result returned is correct for the first item in the dropdown, all others return #NOMATCH even though the values are exact matches. It was my understanding that by adding "true" to the formula, an exact match isn't required.
Anyone have any advice?