#Name? Error help

A

Ayo

I am getting the above error for this formula and I can't figure out why. Any
ideas?

=IF($F$3="All",SUMPRODUCT(--('SAC-DETAIL'!$B$2:$B$48<>â€â€),--('SAC-DETAIL'!$S$2:$S$48="A"),--('SAC-DETAIL'!$R$2:$R$48>='Regional
Goals SHEET'!W2)*(('SAC-DETAIL'!$R$2:$R$48<='Regional Goals
SHEET'!X2))),SUMPRODUCT(--('SAC-DETAIL'!$B$2:$B$48=$F$3),--('SAC-DETAIL'!$S$2:$S$48="A"),--('SAC-DETAIL'!$R$2:$R$48>='Regional
Goals SHEET'!W2)*(('SAC-DETAIL'!$R$2:$R$48<='Regional Goals SHEET'!X2))))
 
L

Luke M

I was unable to get the same error. Strange thing, when I copy your formula
into XL, it snags on the first "" and "A". Not sure why, but when I re-typed
to:

=IF($F$3="All",SUMPRODUCT(--('SAC-DETAIL'!$B$2:$B$48<>""),--('SAC-DETAIL'!$S$2:$S$48="A"),--('SAC-DETAIL'!$R$2:$R$48>='Regional
Goals SHEET'!W2)*(('SAC-DETAIL'!$R$2:$R$48<='Regional Goals
SHEET'!X2))),SUMPRODUCT(--('SAC-DETAIL'!$B$2:$B$48=$F$3),--('SAC-DETAIL'!$S$2:$S$48="A"),--('SAC-DETAIL'!$R$2:$R$48>='Regional
Goals SHEET'!W2)*(('SAC-DETAIL'!$R$2:$R$48<='Regional Goals SHEET'!X2))))

It worked just fine. Only suggestion I would have is make sure formula is on
one line, without a line break in the sheet name. Since you're getting the
#NAME! error, are your sheet names correctly entered?
 
J

Jacob Skaria

Copy the below and try

=IF($F$3="All",
SUMPRODUCT(
--('SAC-DETAIL'!$B$2:$B$48<>""),
--('SAC-DETAIL'!$S$2:$S$48="A"),
--('SAC-DETAIL'!$R$2:$R$48>='Regional Goals SHEET'!W2)*
(('SAC-DETAIL'!$R$2:$R$48<='Regional Goals SHEET'!X2))),
SUMPRODUCT(
--('SAC-DETAIL'!$B$2:$B$48=$F$3),
--('SAC-DETAIL'!$S$2:$S$48="A"),
--('SAC-DETAIL'!$R$2:$R$48>='Regional Goals SHEET'!W2)*
(('SAC-DETAIL'!$R$2:$R$48<='Regional Goals SHEET'!X2))))

If this post helps click Yes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Scrabble Value calculation for Welsh words 0
Formula Problem 2
Formula Question 19
SUMPRODUCT ERROR 8
Formula Problem 3
Formula Problem 6
Formula Problem 3
CountA 1

Top