Array Formula Not Filling Down Column

seans81

New Member
Joined
May 14, 2020
Messages
17
Office Version
  1. 2010
Platform
  1. Windows
Hello,

I have an array formula that returns values based on a couple criteria, it references a couple columns in the active sheet and another sheet called "reference". The forumla works by itself, but as an array it does not fill down for some reason:

This formula Would go in column I1

=ArrayFormula(if(H:H<>"Campaign #",(iferror(Lookup($A:A,Reference!$G:G/(Reference!$B:B=$H:H),Reference!$C:C),"No Match")),"Mail Piece"))


Example Sheet 1:

ABCDEFGHI
DateCampaign
May 15, 20201

Reference Sheet:

ABCDEFG
NUMBERCampaignProductDelivery Date
11ScrewsMay 15, 2020


So what should happen is when I insert the formula into column I of sheet 1, it should fill down the rest of the columns with the array, but it doesn't fill down.

I am using this in google sheets.
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
This is the current formula I am using:

={"Mail Piece";ArrayFormula(iferror(Lookup($A:$A,Reference!$G:$G/(Reference!$B:$B=$H:$H),Reference!$C:$C),"No Match"))}

It only fills down 1 row, not sure why not all of them
 
Upvote 0
I am using this in google sheets.
So please don't put such questions in the Excel Questions forum in future. I have moved it this time to 'General Discussion & Other Applications' whose description includes: This is also the place to ask about other spreadsheet programs (e.g. Google Sheets)
 
Upvote 0
any help?
A couple of things are working against you.
- It is weekend so not as many potential helpers are usually about.
- Most people here are Excel users/helpers - not as many familiar with Google Sheets. There is no guarantee that anybody will offer help but it is quite possible that somebody with Google Sheets skills may come along in due course.
 
Upvote 0

Forum statistics

Threads
1,214,923
Messages
6,122,283
Members
449,075
Latest member
staticfluids

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