bearcub
Well-known Member
- Joined
- May 18, 2005
- Messages
- 732
- Office Version
- 365
- 2013
- 2010
- 2007
- Platform
- Windows
I'm using the index match formula as my lookup formula:
I would like to make this lookup dynamic without having to change the range from A2 :A1000 for example.
I thought I would be able to use the a2:Index(A:A,count(A:A) logic in the formula but where would I stick this inside the index match formula?
Thank you for your help.
michael
Code:
INDEX('All SCC Ready to Import'!$A$2:$A$800,MATCH('LocalStateSCC Falcon Positions'!H30,'All SCC Ready to Import'!$E$2:$E$800,0))[/I][/B]
I would like to make this lookup dynamic without having to change the range from A2 :A1000 for example.
I thought I would be able to use the a2:Index(A:A,count(A:A) logic in the formula but where would I stick this inside the index match formula?
Thank you for your help.
michael