Copy array formula down the column

ClarityNDT

New Member
Joined
Mar 25, 2020
Messages
12
Office Version
  1. 2013
Platform
  1. Windows
Good afternoon,

I have an array formula that is creating a list of unique values from another portion of the sheet.

I want to generate a list of unique values from cells w3 through w141 in cells w150 through w290

I have the following array formula which seems to work:
Code:
 =INDEX($W$3:$W$141,MATCH(0,COUNTIF($W$149:$W$290,$W$3:$W$141),0))

this correctly returns the 1st value from w3:w141 which is "alpha"

It seems i need this code in all of the cells w150:w290 but I cannot drag the formula down, as all the cells return "alpha". If i manually enter then exit each cell using crtl+shift+ent it works.

Anyway to quickly paste this?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Put this in W150 & then drag down
Excel Formula:
=INDEX($W$3:$W$141,MATCH(0,COUNTIF($W$149:$W149,$W$3:$W$141),0))
 
Upvote 0
Solution
Glad to help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,990
Messages
6,122,625
Members
449,093
Latest member
catterz66

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