whitelanser
New Member
- Joined
- Dec 7, 2023
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
I am struggling to figure out the formula for doing this. I research index formula and alike and just can't pull it together. trying to make a quick look up sheet, which is the second picture. I want to type in the sku in row 3+ and then have formula's to pull the description and price. The description is easy. But I am trying to pull in the correct price based on the qty I type into column C of the second picture. The price formula in D3, would then go to the next worksheet, picture 1, and based on the name/sku then based on the qty return the appropriate price, which is in column E of the first picture.
Current formula returns a n/a and is in cell d3 of the second picture. =INDEX(sheet2!E43:E3048, MATCH(C3, COUNTIF(Sheet1!C3,sheet2!E43:E3048), 0))
thx for any help.
Current formula returns a n/a and is in cell d3 of the second picture. =INDEX(sheet2!E43:E3048, MATCH(C3, COUNTIF(Sheet1!C3,sheet2!E43:E3048), 0))
thx for any help.