#1   Report Post  
Posted to microsoft.public.excel.misc
Ayo Ayo is offline
external usenet poster
 
Posts: 489
Default #Name? Error help

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))))
  #2   Report Post  
Posted to microsoft.public.excel.misc
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))))

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default #Name? Error help

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
---------------
Jacob Skaria


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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Visual Basic Error Run Time Error, Type Mismatch Meg Partridge Excel Discussion (Misc queries) 12 September 10th 08 06:10 PM
Error of slope taking into account error of the data points cer144 Excel Worksheet Functions 5 July 7th 08 07:26 PM
Counting instances of found text (Excel error? Or user error?) S Davis Excel Worksheet Functions 5 September 12th 06 04:52 PM
I have Error 1919 Error Configuring ODBC dataSource Database Texanna1 Excel Discussion (Misc queries) 1 September 12th 06 06:35 AM


All times are GMT +1. The time now is 03:45 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"