Array #n/a error

tuanwa

New Member
Joined
Dec 8, 2002
Messages
13
All,

I receive the following #N/A error when I drag an array from one cell. However, if I type in the formula in the new cell, press CONTROL-SHIFT-ENTER, there is no error.

Here is the formula I am using:

{=IF(K15=0,"",SUM((JAN!$H$2:$H$25000="Completed")*(JAN!$K$2:$K$25000=$C$1)*(JAN!$J$2:$J25001=A15)*(JAN!$C$2:$C$25000))/K15)}

Any assistance would be greatly appreciated.

Thanks,
Tuan
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
You have a missing $ which has caused an extra row in one array when you fill down

{=IF(K15=0,"",SUM((JAN!$H$2:$H$25000="Completed")*(JAN!$K$2:$K$25000=$C$1)*(JAN!$J$2:$J$25001=A15)*(JAN!$C$2:$C$25000))/K15)}
 
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,882
Members
452,948
Latest member
Dupuhini

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