Hello,
I have been sppining my wheels for a couple of days and my brain is about to explote.
I know that you can do if((and in excel but here is what I am trying to do
In Sheet1 I have
In Sheet2
(sheet2 comes from a download)
I need to bring in the rate for each item and each operation
I was trying to do a vlookup but it only looks at one cell
then I remembered that you can do an if((and statement.
I tried that but no luck.
Any Help is appreciated
Thanks
I have been sppining my wheels for a couple of days and my brain is about to explote.
I know that you can do if((and in excel but here is what I am trying to do
In Sheet1 I have
Code:
A B C
1 Item Op Rate
2 123 1 .25
3 123 2 .75
4 123 3 .15
In Sheet2
(sheet2 comes from a download)
Code:
A B C
1 Item OP Rate
2 123 1
3 123 3
4 123 2
I was trying to do a vlookup but it only looks at one cell
then I remembered that you can do an if((and statement.
I tried that but no luck.
Any Help is appreciated
Thanks