Excel_Blonde
New Member
- Joined
- Aug 8, 2018
- Messages
- 44
Hi there,
I have my IT guru trying to create a report that will tell me if previous operations within a work structure have not been completed (Either Inventory or Pending status). I was wondering if any of you great people can help. For example from the data in the table below I would B/75 and B/76 to be returned. I believe they attempting this using SQL but are trying to get the formula correct in excel first but is just falling short. Any help would be greatly appreciated.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Job No[/TD]
[TD]Op No[/TD]
[TD]Predecessor[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]B/75[/TD]
[TD]10[/TD]
[TD][/TD]
[TD]Inventory[/TD]
[/TR]
[TR]
[TD]B/75[/TD]
[TD]20[/TD]
[TD]10[/TD]
[TD]Pending[/TD]
[/TR]
[TR]
[TD]B/75[/TD]
[TD]30[/TD]
[TD]20[/TD]
[TD]Complete[/TD]
[/TR]
[TR]
[TD]B/76[/TD]
[TD]10[/TD]
[TD][/TD]
[TD]Complete[/TD]
[/TR]
[TR]
[TD]B/76[/TD]
[TD]20[/TD]
[TD]10[/TD]
[TD]Inventory[/TD]
[/TR]
[TR]
[TD]B/76[/TD]
[TD]30[/TD]
[TD]20[/TD]
[TD]Pending[/TD]
[/TR]
[TR]
[TD]B/76[/TD]
[TD]40[/TD]
[TD]30[/TD]
[TD]Complete[/TD]
[/TR]
[TR]
[TD]B/76[/TD]
[TD]50[/TD]
[TD]40[/TD]
[TD]Pending[/TD]
[/TR]
[TR]
[TD]B/77[/TD]
[TD]10[/TD]
[TD][/TD]
[TD]Complete[/TD]
[/TR]
[TR]
[TD]B/77[/TD]
[TD]20[/TD]
[TD]10[/TD]
[TD]Complete[/TD]
[/TR]
[TR]
[TD]B/77[/TD]
[TD]30[/TD]
[TD]20[/TD]
[TD]Pending[/TD]
[/TR]
</tbody>[/TABLE]
I have my IT guru trying to create a report that will tell me if previous operations within a work structure have not been completed (Either Inventory or Pending status). I was wondering if any of you great people can help. For example from the data in the table below I would B/75 and B/76 to be returned. I believe they attempting this using SQL but are trying to get the formula correct in excel first but is just falling short. Any help would be greatly appreciated.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Job No[/TD]
[TD]Op No[/TD]
[TD]Predecessor[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]B/75[/TD]
[TD]10[/TD]
[TD][/TD]
[TD]Inventory[/TD]
[/TR]
[TR]
[TD]B/75[/TD]
[TD]20[/TD]
[TD]10[/TD]
[TD]Pending[/TD]
[/TR]
[TR]
[TD]B/75[/TD]
[TD]30[/TD]
[TD]20[/TD]
[TD]Complete[/TD]
[/TR]
[TR]
[TD]B/76[/TD]
[TD]10[/TD]
[TD][/TD]
[TD]Complete[/TD]
[/TR]
[TR]
[TD]B/76[/TD]
[TD]20[/TD]
[TD]10[/TD]
[TD]Inventory[/TD]
[/TR]
[TR]
[TD]B/76[/TD]
[TD]30[/TD]
[TD]20[/TD]
[TD]Pending[/TD]
[/TR]
[TR]
[TD]B/76[/TD]
[TD]40[/TD]
[TD]30[/TD]
[TD]Complete[/TD]
[/TR]
[TR]
[TD]B/76[/TD]
[TD]50[/TD]
[TD]40[/TD]
[TD]Pending[/TD]
[/TR]
[TR]
[TD]B/77[/TD]
[TD]10[/TD]
[TD][/TD]
[TD]Complete[/TD]
[/TR]
[TR]
[TD]B/77[/TD]
[TD]20[/TD]
[TD]10[/TD]
[TD]Complete[/TD]
[/TR]
[TR]
[TD]B/77[/TD]
[TD]30[/TD]
[TD]20[/TD]
[TD]Pending[/TD]
[/TR]
</tbody>[/TABLE]