I'm having all kind of issues with this one.
I have two sheets in Excel. One has a person's name and a dept number. The other has dept number and a dept name. Crude example is below:
What I want in Sheet 1 is a Column C that says if the value in Sheet1!Column B = a value in Sheet2!Column A Then put in the corresponding value from Sheet2!Column B into Sheet1!Column C.
I have no idea why this is giving me trouble, but I'm ready to admit failure to complete strangers. I'm in Office 2007 if it matters.
=================
There are 10 kinds of people in this world, those that understand binary and those that do not.
I have two sheets in Excel. One has a person's name and a dept number. The other has dept number and a dept name. Crude example is below:
Code:
[i]Sheet1[/i]
[b]Column A[/b] [b]Column B[/b]
Bill 10001
Joe 10002
Bob 10003
Gary 10004
[i]Sheet 2[/i]
[b]Column A[/b] [b]Column B[/b]
10001 Accounting
10002 Corporate
10003 IT
10004 Engineering
What I want in Sheet 1 is a Column C that says if the value in Sheet1!Column B = a value in Sheet2!Column A Then put in the corresponding value from Sheet2!Column B into Sheet1!Column C.
I have no idea why this is giving me trouble, but I'm ready to admit failure to complete strangers. I'm in Office 2007 if it matters.
=================
There are 10 kinds of people in this world, those that understand binary and those that do not.