S
Sara
Hi, Now I have already made a complete list of data with no blank cell. I
would like to know whether it is possible to create a lookup formula that can
return the result of date which a particular product will out of stock based
on customer’s order WITHOUT PERFORMING SORTING? Please refer to table below.
I have 55,000 Screw AB left in finish good store. Based on actual customer’s
PO, I can support customer’s demand until 12-Jan-07, stock is not enough for
13-Jan-07 delivery . Is there any lookup or other formula that can tell me
the date without performing sorting? I have to input data everyday upon
received PO from customer. Now my method of doing is to perform sort every
time after input new information, then in columm E, I add up the qty in PO
QTY, then using formula to find the date.
=INDEX(C2:C4500,MATCH(0,E2:E4500,-1)+0)-0
But the problem is I have to perform sort every time after input new data
and to rearrange the formula by (drag to cover all new items). Is there any
formula that can return the result of the date 'out of stock' and yet data
sorting is not required?
Thank in advance.
A B C D
1 Part name stock Delivery date PO QTY
2 Screw AB 55,000 1-Jan-07 10,000
3 Screw AB 2-Jan-07 10,000
4 Screw AB 3-Jan-07 10,000
5 Screw AB 4-Feb-07 10,000
6 Screw MN 45,000 5-Feb-07 10,000
7 Screw MN 6-Feb-07 10,000
8 Screw MN 11-Jan-07 20,000
9 Screw AB 12-Jan-07 10,000
10 Screw AB 13-Jan-07 10,000
11 Screw AB 4-Feb-07 10,000
12 Screw MN 15-Feb-07 10,000
13 Screw MN 16-Feb-07 10,000
would like to know whether it is possible to create a lookup formula that can
return the result of date which a particular product will out of stock based
on customer’s order WITHOUT PERFORMING SORTING? Please refer to table below.
I have 55,000 Screw AB left in finish good store. Based on actual customer’s
PO, I can support customer’s demand until 12-Jan-07, stock is not enough for
13-Jan-07 delivery . Is there any lookup or other formula that can tell me
the date without performing sorting? I have to input data everyday upon
received PO from customer. Now my method of doing is to perform sort every
time after input new information, then in columm E, I add up the qty in PO
QTY, then using formula to find the date.
=INDEX(C2:C4500,MATCH(0,E2:E4500,-1)+0)-0
But the problem is I have to perform sort every time after input new data
and to rearrange the formula by (drag to cover all new items). Is there any
formula that can return the result of the date 'out of stock' and yet data
sorting is not required?
Thank in advance.
A B C D
1 Part name stock Delivery date PO QTY
2 Screw AB 55,000 1-Jan-07 10,000
3 Screw AB 2-Jan-07 10,000
4 Screw AB 3-Jan-07 10,000
5 Screw AB 4-Feb-07 10,000
6 Screw MN 45,000 5-Feb-07 10,000
7 Screw MN 6-Feb-07 10,000
8 Screw MN 11-Jan-07 20,000
9 Screw AB 12-Jan-07 10,000
10 Screw AB 13-Jan-07 10,000
11 Screw AB 4-Feb-07 10,000
12 Screw MN 15-Feb-07 10,000
13 Screw MN 16-Feb-07 10,000