I am hoping to find assistance with a formula that will help me identify which requisitions have been fully or partially awarded.
Each requisition may have multiple lines and none, some, or all of the lines might be awarded. In the example below Requisition 111111 has three line items, but only line three has been awarded so the requisition is "partially awarded." Requisition 444444 has three line items and no lines have been awarded so it is "not awarded."
The difficulty I am having is that I need each instance of the requisition to reflect this information. For instance with requisition 111111, line items 1, 2 and 3 must all state the same status (in this case partially awarded) even though only one line has an award number associated with it.
As a note, there can be more than one award number per requisition as shown in example 66666 below.
I am looking for a formula to complete the "Requisition Status" column in the image below.
Thank you.
[TABLE="width: 500"]
<tbody>[TR]
[TD]REQUISTION
[/TD]
[TD]LINE
[/TD]
[TD]AWARD NUMBER
[/TD]
[TD]REQUISITION STATUS
[/TD]
[/TR]
[TR]
[TD]111111
[/TD]
[TD]1
[/TD]
[TD]-
[/TD]
[TD]PARTIAL AWARD
[/TD]
[/TR]
[TR]
[TD]111111
[/TD]
[TD]2
[/TD]
[TD]-
[/TD]
[TD]PARTIAL AWARD
[/TD]
[/TR]
[TR]
[TD]111111
[/TD]
[TD]3
[/TD]
[TD]123111
[/TD]
[TD]PARTIAL AWARD
[/TD]
[/TR]
[TR]
[TD]444444
[/TD]
[TD]1
[/TD]
[TD]-
[/TD]
[TD]NOT AWARDED
[/TD]
[/TR]
[TR]
[TD]444444
[/TD]
[TD]2
[/TD]
[TD]-
[/TD]
[TD]NOT AWARDED
[/TD]
[/TR]
[TR]
[TD]444444
[/TD]
[TD]3
[/TD]
[TD]-
[/TD]
[TD]NOT AWARDED
[/TD]
[/TR]
[TR]
[TD]666666
[/TD]
[TD]1
[/TD]
[TD]223111
[/TD]
[TD]AWARDED
[/TD]
[/TR]
[TR]
[TD]666666
[/TD]
[TD]2
[/TD]
[TD]223111
[/TD]
[TD]AWARDED
[/TD]
[/TR]
[TR]
[TD]666666
[/TD]
[TD]3
[/TD]
[TD]333222
[/TD]
[TD]AWARDED
[/TD]
[/TR]
</tbody>[/TABLE]
Each requisition may have multiple lines and none, some, or all of the lines might be awarded. In the example below Requisition 111111 has three line items, but only line three has been awarded so the requisition is "partially awarded." Requisition 444444 has three line items and no lines have been awarded so it is "not awarded."
The difficulty I am having is that I need each instance of the requisition to reflect this information. For instance with requisition 111111, line items 1, 2 and 3 must all state the same status (in this case partially awarded) even though only one line has an award number associated with it.
As a note, there can be more than one award number per requisition as shown in example 66666 below.
I am looking for a formula to complete the "Requisition Status" column in the image below.
Thank you.
[TABLE="width: 500"]
<tbody>[TR]
[TD]REQUISTION
[/TD]
[TD]LINE
[/TD]
[TD]AWARD NUMBER
[/TD]
[TD]REQUISITION STATUS
[/TD]
[/TR]
[TR]
[TD]111111
[/TD]
[TD]1
[/TD]
[TD]-
[/TD]
[TD]PARTIAL AWARD
[/TD]
[/TR]
[TR]
[TD]111111
[/TD]
[TD]2
[/TD]
[TD]-
[/TD]
[TD]PARTIAL AWARD
[/TD]
[/TR]
[TR]
[TD]111111
[/TD]
[TD]3
[/TD]
[TD]123111
[/TD]
[TD]PARTIAL AWARD
[/TD]
[/TR]
[TR]
[TD]444444
[/TD]
[TD]1
[/TD]
[TD]-
[/TD]
[TD]NOT AWARDED
[/TD]
[/TR]
[TR]
[TD]444444
[/TD]
[TD]2
[/TD]
[TD]-
[/TD]
[TD]NOT AWARDED
[/TD]
[/TR]
[TR]
[TD]444444
[/TD]
[TD]3
[/TD]
[TD]-
[/TD]
[TD]NOT AWARDED
[/TD]
[/TR]
[TR]
[TD]666666
[/TD]
[TD]1
[/TD]
[TD]223111
[/TD]
[TD]AWARDED
[/TD]
[/TR]
[TR]
[TD]666666
[/TD]
[TD]2
[/TD]
[TD]223111
[/TD]
[TD]AWARDED
[/TD]
[/TR]
[TR]
[TD]666666
[/TD]
[TD]3
[/TD]
[TD]333222
[/TD]
[TD]AWARDED
[/TD]
[/TR]
</tbody>[/TABLE]