Indexing Calculation

Zoidy

New Member
Joined
Jun 23, 2005
Messages
34
Hello all,

Hoping someone can help with a calculation problem I have been using…

=INDEX('Sheet1'!$H$1:$T$500,MATCH(1,INDEX(($B$6=' Sheet1'!$F:$F)*($C7=' Sheet1'!$G:$G),0,1),0),MATCH(D$6,' Sheet1'!$H$2:$T$2,0))

I run the indexing calculation above which looks across at other worksheets and extracts information I need to give a detailed summary report on another worksheet TAB. The calculation works well however the summary file looks at over 1200 cells and when the calculation runs it’s frustratingly slow when I run it.

My question is this: - Is there a better method of looking at various cells and extracting info rather than the indexing function which is calculating slow?

If yes can anyone help point me in the right direction please?

Thank you in advance.

Z.
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Reduce the infinite ranges, e.g. F:F and G:G to something reasonable and expected, perhaps F1:F100000 and G1:G100000
 
Upvote 0

Forum statistics

Threads
1,216,031
Messages
6,128,422
Members
449,450
Latest member
gunars

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top