Hello,
I am having Problems implement a VLookUp Function. I can't post the actual worksheet since it is confidential Company documents so I'll try to make a example here.
I got a Pivottable in Sheet 1 looking like this:
Col 1 Col 2 Col 3
ABB Development 5
ABB Product Support 10
ABB Beta Testing 15
Then I got a second Table in Sheet 2 looking like this:
Development Product Support Beta Testing
ABB
I think you already get the Point. I want the Values for the component ABB in the corresponding Category in Sheet 2. But here's the Problem: VLookUp will only search the first row with ABB. In Sheet 2 the Development Column always gets filled out with the correct number, but the rest doesn't since the Function obviously stops looking after finding the first row.
Anybody got an idea how to handle this?
Thanks
I am having Problems implement a VLookUp Function. I can't post the actual worksheet since it is confidential Company documents so I'll try to make a example here.
I got a Pivottable in Sheet 1 looking like this:
Col 1 Col 2 Col 3
ABB Development 5
ABB Product Support 10
ABB Beta Testing 15
Then I got a second Table in Sheet 2 looking like this:
Development Product Support Beta Testing
ABB
I think you already get the Point. I want the Values for the component ABB in the corresponding Category in Sheet 2. But here's the Problem: VLookUp will only search the first row with ABB. In Sheet 2 the Development Column always gets filled out with the correct number, but the rest doesn't since the Function obviously stops looking after finding the first row.
Anybody got an idea how to handle this?
Thanks