Lookup and report different cells.

EddieD

New Member
Joined
Jun 12, 2014
Messages
30
Office Version
  1. 365
Platform
  1. MacOS
Hi all,
I am having a bit of a challenge figuring out how to approach this.

Here's my challenge:

1. I have a SKU that I sell, but making up that SKU are multiple boxes - all which have different codes.
2. I can produce an inventory report on the box codes, but my system doesn't calculate the inventory on the SKU code.
3. I have created a table of associations, where each box code, has a column before it that references that particular SKU.
4. If the box quantities, aren't perfectly balanced, I cannot sell every box - so i want to take the least of all of the boxes.
5. I want to report the SKU, and the lowest quantity of the boxes that make up that SKU.

How would you approach it?
thx
 

Attachments

  • cc.jpg
    cc.jpg
    48.5 KB · Views: 13

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Are you looking something like this:

Excel Formula:
=MIN(IF(A6:A15=A23,C6:C15))

It is an array formula so you have to press Ctr+Shft+Entr after you input to the formula bar.
You should have curly brackets at the begging and the end of formula.
 
Upvote 0
Solution
Are you looking something like this:

Excel Formula:
=MIN(IF(A6:A15=A23,C6:C15))

It is an array formula so you have to press Ctr+Shft+Entr after you input to the formula bar.
You should have curly brackets at the begging and the end of formula.
Thank you for your response.

I will have up to 200 of these individual SKUs that I need to reference, so i was thinking some kind of V-lookup formula, not just dealing with this individual one.
 
Upvote 0
I don't get it. Let's say you have records up to 1000th row with different SKU codes. This formula will give you the result whatever you have in the value cell already.


This wil check everything for VA42092 in A23.
When you drag this formula down, for example, it will check the minimum value for let say VA42093 in cell A24.

That's what I can understand from your example.
 
Upvote 0
Sorry I am not explaining myself correctly.

In a completely separate tab I will need a list of all of my SKUs, but only one instance of that SKU. Column A is manually typed out to reference the Box Code to that SKU.

So I'm looking for a formula (in another tab) to VLOOKUP Sku VA42092, but only grab the cell that summarizes the minimum quantity available for that SKU.

Does this make more sense?
 
Upvote 0
I guess another way to explain it is:

Out of this range of data here, find the row that has both VA42092 in column A, and 'Min Available' in column B, then return the value of '12'
 

Attachments

  • cc.jpg
    cc.jpg
    48.5 KB · Views: 7
Upvote 0
Thank you Flashbond, that was the solution after all.
 
Upvote 0
Thank you Flashbond, that was the solution after all.
If that was the solution, then that post should be better marked as the solution to help future readers. I can also see it is the solution to find the minimum value of an item on a table as the answer to the original apart from the other separate requirements, therefore, I switched the marked solution post accordingly.
 
Upvote 0

Forum statistics

Threads
1,215,102
Messages
6,123,097
Members
449,096
Latest member
provoking

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top