Hi folks
im really new to excel & wondered if someone would help me with a formula
exampled below im trying to find "sales order" on sheet 2 within "order number" in sheet 1 IF warehouse error equals True display username, im asuming this is a vlookup formula but i cannot get it to work with my basic knowledge of excel.
Sheet 1
[TABLE="width: 500"]
<tbody>[TR]
[TD]Order number[/TD]
[TD]Warehouse Error[/TD]
[TD]User name[/TD]
[/TR]
[TR]
[TD]TT4002112[/TD]
[TD]True[/TD]
[TD](RESULT HERE)[/TD]
[/TR]
[TR]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD]TT4053763[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]False[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Sales Order[/TD]
[TD]user name[/TD]
[/TR]
[TR]
[TD]4002112[/TD]
[TD]micky mouse[/TD]
[/TR]
[TR]
[TD]4053763[/TD]
[TD]daffy duck[/TD]
[/TR]
</tbody>[/TABLE]
im really new to excel & wondered if someone would help me with a formula
exampled below im trying to find "sales order" on sheet 2 within "order number" in sheet 1 IF warehouse error equals True display username, im asuming this is a vlookup formula but i cannot get it to work with my basic knowledge of excel.
Sheet 1
[TABLE="width: 500"]
<tbody>[TR]
[TD]Order number[/TD]
[TD]Warehouse Error[/TD]
[TD]User name[/TD]
[/TR]
[TR]
[TD]TT4002112[/TD]
[TD]True[/TD]
[TD](RESULT HERE)[/TD]
[/TR]
[TR]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD]TT4053763[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]False[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Sales Order[/TD]
[TD]user name[/TD]
[/TR]
[TR]
[TD]4002112[/TD]
[TD]micky mouse[/TD]
[/TR]
[TR]
[TD]4053763[/TD]
[TD]daffy duck[/TD]
[/TR]
</tbody>[/TABLE]