goodmachine
Board Regular
- Joined
- Oct 7, 2009
- Messages
- 70
Problem: I have a spreadsheet that contains UNSPSC codes or commodity codes that are mapped to GL Accounts. I need to update the UNSPSC codes to the new GL accounts from an updated sheet provided from finance.
1) First thing I need to do is add the text "SHARE" as a prefix in front of the UNSPSC codes on the sheet provided from finance- how can I do that?
For example: 123456, needs to appear as SHARE:123456
Once I complete, I can begin work on updating the GL Accounts on the spreadsheet that I own.
2) Column A in the finance sheet contains the newly updated UNSPC codes that now have the "SHARE" in front of the UNSPSC codes.
Column G in the finance sheet contains the new GL Accounts.
I need to update the GL Accounts in Column A in the sheet I own from the values in Column G on the Finance Sheet.
For example: I need to update the 677010 in My Sheet to 699080 based on the Commodity Code
Finance Sheet
[TABLE="width: 500"]
<tbody>[TR]
[TD]Commodity Code[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]New Account[/TD]
[/TR]
[TR]
[TD]SHARE:4014[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]699080[/TD]
[/TR]
</tbody>[/TABLE]
My Sheet
[TABLE="width: 250"]
<tbody>[TR]
[TD]Account[/TD]
[TD][/TD]
[TD]Common ID[/TD]
[/TR]
[TR]
[TD]SHARE:677010[/TD]
[TD][/TD]
[TD]4014[/TD]
[/TR]
</tbody>[/TABLE]
The data that ties these two separate sheets are the UNSPSC codes. I'm assuming this would have to be done with VLOOKUP, but my skills are not that great. Also, I am using Excel 2007.
Any help would be greatly appreciated.
Thanks!
1) First thing I need to do is add the text "SHARE" as a prefix in front of the UNSPSC codes on the sheet provided from finance- how can I do that?
For example: 123456, needs to appear as SHARE:123456
Once I complete, I can begin work on updating the GL Accounts on the spreadsheet that I own.
2) Column A in the finance sheet contains the newly updated UNSPC codes that now have the "SHARE" in front of the UNSPSC codes.
Column G in the finance sheet contains the new GL Accounts.
I need to update the GL Accounts in Column A in the sheet I own from the values in Column G on the Finance Sheet.
For example: I need to update the 677010 in My Sheet to 699080 based on the Commodity Code
Finance Sheet
[TABLE="width: 500"]
<tbody>[TR]
[TD]Commodity Code[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]New Account[/TD]
[/TR]
[TR]
[TD]SHARE:4014[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]699080[/TD]
[/TR]
</tbody>[/TABLE]
My Sheet
[TABLE="width: 250"]
<tbody>[TR]
[TD]Account[/TD]
[TD][/TD]
[TD]Common ID[/TD]
[/TR]
[TR]
[TD]SHARE:677010[/TD]
[TD][/TD]
[TD]4014[/TD]
[/TR]
</tbody>[/TABLE]
The data that ties these two separate sheets are the UNSPSC codes. I'm assuming this would have to be done with VLOOKUP, but my skills are not that great. Also, I am using Excel 2007.
Any help would be greatly appreciated.
Thanks!