Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am attempting to create a spreadsheet that can be used to show if an order
is complete. Some orders contain only one line and a simple IF statement tells me wheter or not a each line is complete, =IF(QTY ORDERED=QTY WRAPPED,"READY","NOT READY") but I am stumped in trying to compare multiple lines on one order. For example: Order 123456 Line 1 QTY ORDERED 5 QTY WRAPPED 5 STATUS READY Order 123456 Line 2 QTY ORDERED 4 QTY WRAPPED 3 STATUS NOT READY Order 654321 Line 1 QTY ORDERED 2 QTY WRAPPED 2 STATUS READY Order 654321 Line 2 QTY ORDERED 6 QTY WRAPPED 6 STATUS READY In the above example, I would like to return the information in Order 654321 to another spreadsheet indicating that all lines on the the order are complete and can be shipped. Hopefully this makes sense and someone can help me out. Thanks, DC James |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Returning a blank for validation list | Excel Worksheet Functions | |||
Returning Data from a third cell in same row that meets two other | Excel Discussion (Misc queries) | |||
Will not calculate average/median formulas;acts like no data in c. | Excel Worksheet Functions | |||
Importing XML data from http request | Excel Discussion (Misc queries) | |||
Returning a Value to a Cell Based on a Range of Uncertain Size | Excel Worksheet Functions |