How_Do_I
Well-known Member
- Joined
- Oct 23, 2009
- Messages
- 1,843
- Office Version
- 2010
- Platform
- Windows
Hello all,
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
I have my data set out in the format below:
<o> </o>
The highlighted cells are named ranges…
<o> </o>
I’ve used INDIRECT a lot in my workbook and it is slow to say the least…
<o> </o>
INDIRECT and other functions sorted my data by current year down to oldest year.
<o> </o>
So, when I add this years data I paste it over the oldest data, formulas will change the name in the highlighted cells so all I need to do is re-name the ranges to have my book work.
<o> </o>
<o>
</o>
<o></o>
Can anyone see a way of doing this without INDIRECT please… I was thinking perhaps CHOOSE but I just can think how to get this started…
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
I have my data set out in the format below:
Excel Workbook | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | I | J | |||
4 | 2009 | - | 2010 | 2008 | - | 2009 | Order | ||||
5 | Home09 | Away09 | Date09 | Home08 | Away08 | Date08 | 2009 - 2010 | ||||
6 | Data | Data | Data | Data1 | Data1 | Data1 | 2008 - 2009 | ||||
7 | Data | Data | Data | Data1 | Data1 | Data1 | |||||
Sheet1 |
<o> </o>
The highlighted cells are named ranges…
<o> </o>
I’ve used INDIRECT a lot in my workbook and it is slow to say the least…
<o> </o>
INDIRECT and other functions sorted my data by current year down to oldest year.
<o> </o>
So, when I add this years data I paste it over the oldest data, formulas will change the name in the highlighted cells so all I need to do is re-name the ranges to have my book work.
<o> </o>
<o>
Excel Workbook | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | I | J | |||
4 | 2009 | - | 2010 | 2010 | - | 2011 | Order | ||||
5 | Home09 | Away09 | Date09 | Home10 | Away10 | Date10 | 2010 - 2011 | ||||
6 | Data | Data | Data | Data3 | Data3 | Data3 | 2009 - 2010 | ||||
7 | Data | Data | Data | Data3 | Data3 | Data3 | |||||
Sheet1 |
<o></o>
Can anyone see a way of doing this without INDIRECT please… I was thinking perhaps CHOOSE but I just can think how to get this started…