Good morning:
I have a set of data that looks like this:
Sheet 1:
Sheet 2:
I'd like Column C of Sheet 1 to have a formula for each line that looks at column B of sheet 1 then goes to sheet 2 and finds that value in range B1:D2 and returns the value from column A of sheet 2.
Can you help me with this, please?
thanks
I have a set of data that looks like this:
Sheet 1:
Code:
A B C
300101 410000
300101 420000
300101 430000
300101 462500
300101 500015
300101 500015
300101 500015
300101 500015
300101 500025
300101 500040
300101 500040
Sheet 2:
Code:
A B C D
NCF 410000 410010 410099
Commission Expense 408000 408010
I'd like Column C of Sheet 1 to have a formula for each line that looks at column B of sheet 1 then goes to sheet 2 and finds that value in range B1:D2 and returns the value from column A of sheet 2.
Can you help me with this, please?
thanks