Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
A part of my report needs to make use of the following three fields
Order Delivery Number Available (boolean field Y/N) for e.g. Order Delivery No. Available 1 1 Y 1 2 N 2 3 Y 3 4 Y 3 5 Y I need to computer Order and Delivery Availability. To compute Delivery Availability is easy. Any delivery that has Available = Y counts. Therefore in the above example. delivery availability is 4. Order is more complicated and this is why I need you help. An order has many deliveries. I need excel to scan all the deliveries in each Order and apply a Y ONLY if ALL deliveries are available. Order Delivery No. Available Order Available 1 1 Y N 1 2 N 2 3 Y Y 3 4 Y Y 3 5 Y Order 1 is not available because although delivery 1 is a available, delivery 2 is not. Order 2 is straight forward, Order 3 is available becase both delivery 4 and 5 are available. How would I code the Order Available field using Excel formula's? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table Calculated Field | Excel Worksheet Functions | |||
Calculated field totals | Excel Discussion (Misc queries) | |||
pb with calculated field in a pivot table | Excel Discussion (Misc queries) | |||
Pivot Table Calculated Field (Grand total question) | Excel Discussion (Misc queries) | |||
How to create a calculated field formula based on Pivot Table resu | Excel Discussion (Misc queries) |