Vlookup Get Next Value

chickey

New Member
Joined
Jun 15, 2015
Messages
7
I am trying to get the next job number using vlookup once the first requirement is meet.

I am stuck as to how to do this. I can not get match to work either.


if((b2*-1)<c2,Vlookup(a2,g:i,2,false),0)
Customer Part Number
qty
NET
Job Number
Part Number
Job Number
S50372-000
16
-4
197203-001
S50372-003
197126-001
S50372-000
16
-9
197203-001
S50372-000
197203-001
S50372-000
16
-11
197203-001
S50433-001
197348-001
S50372-000
16
-14
197203-001
S50433-002
197349-001
S50372-000
16
-21
0
S50433-000
197508-001
S50372-000
16
-26
0
S50372-000
197516-001
S50372-000
16
-31
0
S50433-001
197596-001
S50433-002
197609-001
S50372-000
197688-001
S50421-004
197722-001
S50433-001

197771-001






<TBODY>
</TBODY>
 
Last edited:

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Can you give more details:
What will be the next value, where to put this value and why?
 
Upvote 0
Can you give more details:
What will be the next value, where to put this value and why?



I am trying to get the next job number using vlookup once the first requirement is meet.

I am using an If and vlookup statemnt

if((qty*-1)< net, vlookup customer part number,customer part number:Job number,2,false),0)

once this requirement is met i want it to find the next job number.
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,603
Members
449,038
Latest member
Arbind kumar

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