Variable .FormulaArray

helpexcel

Well-known Member
Joined
Oct 21, 2009
Messages
656
I'm using code to place this formula in the column A of a spreadsheet. Usually the code will update itself for each row, however this formula remains the same for every row. Any ideas why?

Range("A3:A" & LastRow).FormulaArray = "=Index(Data1,Match(1,(Data2=$G3)*(Data3=$T3)*(Data4=$L3)*(Data5=$K3)*(Data6<>Worksheet!$D$4)*(Data6<>Worksheet!$D$5),0))"

Thanks!
 
Last one...

I'm getting an error on this one also...but it works when I manually input.

Range("A3").FormulaArray = "=IFERROR(INDEX(Data1,MATCH(1,(Data2=E3)*(Data3=R3)*(Data4=J3)*(Data5=I3)*(Data6<>Worksheet!$D$4)*(Data6<>Worksheet!$D$5),0)),INDEX(Data1,MATCH(1,(Data2=E3)*(Data3=R3)*(Data4=J3)*(Data5=I3),0)))"
 
Upvote 0

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)

Forum statistics

Threads
1,224,828
Messages
6,181,215
Members
453,024
Latest member
Wingit77

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