Multiple array

Bugas

New Member
Joined
Sep 17, 2012
Messages
44
Office Version
  1. 2007
Platform
  1. Windows
I have lots of cells that contain formulas with arrays. How can I update these without:


clicking the cell
clicking the formula bar
then hitting CTRL+SHIFT+ENTER


I know you have to use CTRL+SHIFT+ENTER to "activate" the array.

For instance, my formula is =INDEX($AH$101:$AH$181;SMALL(IF($K$101:$K$181=K401;ROW($AH$101:$AH$181)-100);COUNTIF(K$401:K401;K401)))

If i don't click the cell, click the formula bar then hitting CTRL+SHIFT+ENTER I will get #value.

When I hit CTRL+SHIFT+ENTER my formula goes like this and works

{=INDEX($AH$101:$AH$181;SMALL(IF($K$101:$K$181=K401;ROW($AH$101:$AH$181)-100);COUNTIF(K$401:K401;K401)))}





I want to do it without using VBA.

Thanks
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
I have lots of cells that contain formulas with arrays. How can I update these without:


clicking the cell
clicking the formula bar
then hitting CTRL+SHIFT+ENTER


I know you have to use CTRL+SHIFT+ENTER to "activate" the array.

For instance, my formula is =INDEX($AH$101:$AH$181;SMALL(IF($K$101:$K$181=K401;ROW($AH$101:$AH$181)-100);COUNTIF(K$401:K401;K401)))

If i don't click the cell, click the formula bar then hitting CTRL+SHIFT+ENTER I will get #value.

When I hit CTRL+SHIFT+ENTER my formula goes like this and works

{=INDEX($AH$101:$AH$181;SMALL(IF($K$101:$K$181=K401;ROW($AH$101:$AH$181)-100);COUNTIF(K$401:K401;K401)))}





I want to do it without using VBA.

Thanks

You can confirm once and the drag down as far as you need.
 
Upvote 0
I have lots of cells that contain formulas with arrays. How can I update these without:


clicking the cell
clicking the formula bar
then hitting CTRL+SHIFT+ENTER


I know you have to use CTRL+SHIFT+ENTER to "activate" the array.

For instance, my formula is =INDEX($AH$101:$AH$181;SMALL(IF($K$101:$K$181=K401;ROW($AH$101:$AH$181)-100);COUNTIF(K$401:K401;K401)))

If i don't click the cell, click the formula bar then hitting CTRL+SHIFT+ENTER I will get #value.

When I hit CTRL+SHIFT+ENTER my formula goes like this and works

{=INDEX($AH$101:$AH$181;SMALL(IF($K$101:$K$181=K401;ROW($AH$101:$AH$181)-100);COUNTIF(K$401:K401;K401)))}





I want to do it without using VBA.

Thanks
Like Robert said, you array enter the formula** once then you can drag copy it.

Try it like this:

=INDEX($AH:$AH;SMALL(IF($K$101:$K$181=K401;ROW($AH$101:$AH$181));COUNTIF(K$401:K401;K401)))

** array formulas need to be entered using the key
combination of CTRL,SHIFT,ENTER (not just ENTER).
Hold down both the CTRL key and the SHIFT key
then hit ENTER.
 
Upvote 0

Forum statistics

Threads
1,215,267
Messages
6,123,963
Members
449,137
Latest member
yeti1016

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