Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Question 1. I need a formula to return the furthest delivery date per a
particular part. Eg. I want the aerliest delivery date for Screw AA, the answer is 1-Jan-07. Quastion 2 : This is the one that makes me crazy thinking better ways to solve. I want to have a formula that can automatically return the date of a particular product will out of stock based on customers order. Please refer to table below. I have 35,000 Screw AA left in finish good store. Based on actual customers PO, I can support customers demand until 4-Jan-07, stock is not enough for 3-Feb-07 delivery . Is there any lookup or formula that can tell me the date WITHOUT have to sorting data (in sequence order)? My current method of doing : I will sort data by columm A after input all new PO information. Then, in columm B, I use Vlookup formula to find data from another worksheet. Then, in columm E is Stock-PO Qty, drag from the top row to bottom row of each Part Name. Then, create formula in columm F : (=MIN(IF((A$2:A$10000=A2)*(E$10:E$10000<=0),C$2:C$ 10000))) enter with CSE. Then, copy this formula to every top row of each item. The above mention formula is workable. but it really takes a lot of time to accomplish. Input PO data, Sort Data, Create lookup, create Balance qty formula, and create formula in columm F and finally drag/copy each item by item. IS there any better ways to accomplish this? ESPECIALLY Without have to SORT and COPY and PASTE, DRAG manually item by item??? Is there any formula to return the date even without columm F? Columm 'A' contains more than 1,500 different part name. A B C D E F 1 Part name stock Delivery date PO QTY Balance Qty Out Date 2 Screw AA 35,000 1-Jan-07 22,000 3-Feb-07 3 Screw BB 35,000 2-Jan-07 18,000 2-Feb-07 4 Screw CC 35,000 3-Jan-07 20,000 3-Feb-07 5 Screw AA 4-Jan-07 10,000 6 Screw BB 5-Jan-07 10,000 7 Screw CC 6-Jan-07 10,000 8 Screw AA 3-Feb-07 12,000 9 Screw BB 2-Feb-07 10,000 10 Screw CC 3-Feb-07 10,000 Desperately need help. Thanks. Sara |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to return tomorrow's date. | New Users to Excel | |||
Using TODAY function to return a date as text | Excel Discussion (Misc queries) | |||
from date return week date range | Excel Worksheet Functions | |||
VLOOKUP return text not date | Excel Worksheet Functions | |||
calc constant date from variable date & return with ability to rn. | Excel Worksheet Functions |