I am using cascading drop downs to return a string (product). I also need to return a value (quantity) from a cell to the right of the Product. It should be a simple offset but I can't crack the logic.
Sample attached. Thanks for any assistance.
I am using cascading drop downs to return a string (product). I also need to return a value (quantity) from a cell to the right of the Product. It should be a simple offset but I can't crack the logic.
Sample attached. Thanks for any assistance.
Last edited by BRISBANEBOB; 09-14-2013 at 10:11 PM.
Is the quantity fixed based on the product type?
Try
=INDEX(OFFSET(INDIRECT(A5),,1),MATCH(B5,INDIRECT(A5),0))
Last edited by Ace_XL; 09-14-2013 at 04:51 PM.
Life's a spreadsheet, Excel!
Say thanks, Click *
Thanks - I knew it had to be somewhere in that mix of formula. Your reputation has been added to.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks