searnold56
New Member
- Joined
- Mar 8, 2013
- Messages
- 7
Hello -
I used index and match logic to lookup a SKU from a db of skus with 5 separate criteria. The only numbered criteria is rounding a whole number up to the next nearest whole number. I tried a -1 (see below, pulling off of C4) which works like a champ unless my quantity is 1, then it pulls nothing.
=INDEX('SKU DB'!A2:H1201,MATCH(1,('SKU DB'!B:B=B4)*('SKU DB'!A:A=(C4-1))*('SKU DB'!C:C=D4)*('SKU DB'!D:D=E4)*('SKU DB'!I:I=A4),0),7)
Any suggestions?
Thank you!
I used index and match logic to lookup a SKU from a db of skus with 5 separate criteria. The only numbered criteria is rounding a whole number up to the next nearest whole number. I tried a -1 (see below, pulling off of C4) which works like a champ unless my quantity is 1, then it pulls nothing.
=INDEX('SKU DB'!A2:H1201,MATCH(1,('SKU DB'!B:B=B4)*('SKU DB'!A:A=(C4-1))*('SKU DB'!C:C=D4)*('SKU DB'!D:D=E4)*('SKU DB'!I:I=A4),0),7)
Any suggestions?
Thank you!