Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default SUMPRODUCT(SUMIF(INDIRECT...returns #N/A

=SUMPRODUCT(SUMIF(INDIRECT({"1","2","3","4","5"... "31"}&"$A$5:$A$100"),C1,INDIRECT({1","2","3","4"," 5"..."31"}&"!$C$5:$C$100")))/3600

Where A:A is name column on each date tab wksht (name appears regardless if data is present), C1 is on Summary tab and holds name and C:C provides numeric data (seconds) on each date tab wksht...formula is on Summary tab...

Data is inserted each workday for the previous workday on each data tab, C:C has a formula that populates C:C with the desired numeric data, so future date tabs are populated with #N/A

...corrected #N/A by adding ISNA to C:C formula (display as 0 until data is inserted...how would I instead modify formula at top to correct for the #N/A?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default SUMPRODUCT(SUMIF(INDIRECT...returns #N/A

Hi,

Am Wed, 30 Oct 2013 00:03:15 +0000 schrieb vabulous:

=SUMPRODUCT(SUMIF(INDIRECT({"1","2","3","4","5"... "31"}&"$A$5:$A$100"),C1,INDIRECT({1","2","3","4"," 5"..."31"}&"!$C$5:$C$100")))/3600

Where A:A is name column on each date tab wksht (name appears regardless
if data is present), C1 is on Summary tab and holds name and C:C
provides numeric data (seconds) on each date tab wksht...formula is on
Summary tab...


try:
=SUMPRODUCT(SUMIF(INDIRECT(ROW(1:31)&"!A5:A100"),C 1,INDIRECT(ROW(1:31)&"!C5:C100")))/3600


Regards
Claus B.
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
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
SUMIF & INDIRECT Returns #Value! Christi Excel Worksheet Functions 3 June 5th 09 04:18 AM
SUMPRODUCT or SUMIF and INDIRECT, with Relative cell refs Greg in CO[_2_] Excel Worksheet Functions 5 September 15th 08 04:41 PM
Using Indirect in a Sumif Function returns the wrong answer Grahin Excel Discussion (Misc queries) 4 December 21st 07 02:11 PM
SUMIF and SUMPRODUCT with INDIRECT formula problem Sunnyskies Excel Discussion (Misc queries) 1 August 18th 07 11:17 AM
indirect returns #REF! regardless of where it is used. Shaz Excel Worksheet Functions 1 December 27th 05 03:28 PM


All times are GMT +1. The time now is 03:25 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"