View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Luke M Luke M is offline
external usenet poster
 
Posts: 2,722
Default #Name? Error help

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?
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Ayo" wrote:

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))))