So, I'm new to this forum and hoping you can help me with a formula... I think it's simple but explaining it might be hard.
I have two tabs:
tab 1:
[TABLE="width: 500"]
<tbody>[TR]
[TD]URN[/TD]
[TD]Ref[/TD]
[/TR]
[TR]
[TD]2318[/TD]
[TD]YOU008[/TD]
[/TR]
[TR]
[TD]2319[/TD]
[TD]YOU009[/TD]
[/TR]
</tbody>[/TABLE]
tab 2:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Ref[/TD]
[TD]sALES[/TD]
[/TR]
[TR]
[TD]YOU008[/TD]
[TD]£5[/TD]
[/TR]
[TR]
[TD]YOU008[/TD]
[TD]£10[/TD]
[/TR]
[TR]
[TD]YOU009[/TD]
[TD]£5[/TD]
[/TR]
[TR]
[TD]YOU009[/TD]
[TD]£25[/TD]
[/TR]
[TR]
[TD]YOU009[/TD]
[TD]£23[/TD]
[/TR]
[TR]
[TD]YOU009[/TD]
[TD]£15[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want a formula that will assign the correct URN to the ref in tab 2 - for example YOU008 would be assigned URN 2318 and YOU009 would be assigned URN 2319
I think I need to do a VLOOKUP on tab 2 that will assign the URN value in tab 2. So a combination of an if command and a v-lookup.
Make sense to anyone out there?
Thank you!
I have two tabs:
tab 1:
[TABLE="width: 500"]
<tbody>[TR]
[TD]URN[/TD]
[TD]Ref[/TD]
[/TR]
[TR]
[TD]2318[/TD]
[TD]YOU008[/TD]
[/TR]
[TR]
[TD]2319[/TD]
[TD]YOU009[/TD]
[/TR]
</tbody>[/TABLE]
tab 2:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Ref[/TD]
[TD]sALES[/TD]
[/TR]
[TR]
[TD]YOU008[/TD]
[TD]£5[/TD]
[/TR]
[TR]
[TD]YOU008[/TD]
[TD]£10[/TD]
[/TR]
[TR]
[TD]YOU009[/TD]
[TD]£5[/TD]
[/TR]
[TR]
[TD]YOU009[/TD]
[TD]£25[/TD]
[/TR]
[TR]
[TD]YOU009[/TD]
[TD]£23[/TD]
[/TR]
[TR]
[TD]YOU009[/TD]
[TD]£15[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want a formula that will assign the correct URN to the ref in tab 2 - for example YOU008 would be assigned URN 2318 and YOU009 would be assigned URN 2319
I think I need to do a VLOOKUP on tab 2 that will assign the URN value in tab 2. So a combination of an if command and a v-lookup.
Make sense to anyone out there?
Thank you!