Nested Vlookup/IF? or Index/Match/sumif?

LMDubes

New Member
Joined
Aug 20, 2015
Messages
7
Hello,

I am currently working on a project to help declutter information and appropriate it with conditional formatting, that is obviously the easy part of this situation. However, I am curious to if this capability lies more in Vlookup/if formulas or if it is more of an index/match/sumif formula.

I have tried multiple formulas which don't return anything so I will lay out the scenario and see what the options are.

I am trying to take information from a table that is created by a copy paste into the sheet, this formula needs to match/find a part number and its delivery quantities, and compare against a blanket PO quantity and return the value of received or open. if the quantity matches the blanket # then it is received, if it does not, it needs to search the remainder of the data for all identical part numbers with the same PO number and sum the delivered quantities to compare to the blanket PO total.

Below you will find an example of what the data table looks like.

receiving status
ship date
part number
description
PO #
PO line #
Blanket PO qty
Order qty
Delivery qty
Bo qty
8/3/2017

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
1111111

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
654321

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
10
-
60
60
0
8/3/2017

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
456123-02

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
987654

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
9
500
20
20
0
8/3/2017

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
456123-02

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
987654

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
1
500
20
20
0
8/3/2017

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
456123-02

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
987654

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
11
500
20
20
0
8/3/2017

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
456123-02

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
987654

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
10
500
20
20
0
8/3/2017

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
456123-02

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
987654

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
12
500
20
20
0
8/3/2017

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
456123-02

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
987654

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
8
500
20
20
0
8/3/2017

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
456123-02

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
987654

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
6
500
20
20
0
8/3/2017

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
456123-02

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
987654

<colgroup><col></colgroup><tbody>
</tbody>
<strike></strike>
4
500
20
20
0

<tbody>
</tbody>
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).

Forum statistics

Threads
1,215,068
Messages
6,122,950
Members
449,095
Latest member
nmaske

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