nova110488
New Member
- Joined
- Aug 30, 2011
- Messages
- 4
I am trying to enter this formula across 5000 cells, the problem I get when trying to drag the formula down is not only the RED is changing, the lookup vector and result vector are also increasing (BLUE). Is there any way I can create a macro to enter this for me, or adjust the way excel modifies the formula?
What is happening:
What I want:
Thanks
What is happening:
Code:
=LOOKUP('Full Report'![B][COLOR=red]D2[/COLOR][/B],'Data Legend'![COLOR=blue][B]A2:A16[/B][/COLOR],'Data Legend'![COLOR=blue][B]B2:B16[/B][/COLOR])
=LOOKUP('Full Report'![COLOR=red][B]D3[/B][/COLOR],'Data Legend'![COLOR=blue][B]A3:A17[/B][/COLOR],'Data Legend'![COLOR=blue][B]B3:B17[/B][/COLOR])
=LOOKUP('Full Report'![COLOR=red][B]D4[/B][/COLOR],'Data Legend'![COLOR=blue][B]A4:A18[/B][/COLOR],'Data Legend'![COLOR=blue][B]B4:B18[/B][/COLOR])
What I want:
Code:
=LOOKUP('Full Report'![B][COLOR=red]D2[/COLOR][/B],'Data Legend'![COLOR=blue][B]A2:A16[/B][/COLOR],'Data Legend'![COLOR=blue][B]B2:B16[/B][/COLOR])
=LOOKUP('Full Report'![COLOR=red][B]D3[/B][/COLOR],'Data Legend'![COLOR=blue][B]A2:A16[/B][/COLOR],'Data Legend'![COLOR=blue][B]B2:B16[/B][/COLOR])
=LOOKUP('Full Report'![COLOR=red][B]D4[/B][/COLOR],'Data Legend'![COLOR=blue][B]A2:A16[/B][/COLOR],'Data Legend'![COLOR=blue][B]B2:B16[/B][/COLOR])
Thanks