I'm trying to figure out a simple way to mass update a price list that contains many items with a similar base price tied to a commodity by linking that cell to a price in a master matrix. So, when I change the price in the master sheet, it will mass update dozens or hundreds of items in the linked sheet. Of course, you can do this one by one, but that is a pain.
Is there as way to link multiple rows in one sheet to a single cell in the reference sheet?
I've tried selecting multiple cells in the destination sheet, but it only links the first one in the column. Tried various methods, but nothing ooing so far.
I thought about a nested if to bring in the price from the origin by looking at the commodity code, but I don't know if it is possible to link to another sheet from within a formula.