SUMIFS is not working for first formula line

turbalejo

New Member
Joined
Dec 8, 2008
Messages
19
Hi,

I have a formula to look up a number value based on 4 lines.

=IFERROR(SUMIFS(OFFSET('Weekly Pipeline Report'!$A$2,0,MATCH($C$39,'Weekly Pipeline Report'!$A$1:$AAA$1,0)-1,ROWS('Weekly Pipeline Report'!$A$2:$A$4451),1),
OFFSET('Weekly Pipeline Report'!$A$2,0,MATCH($C$40,'Weekly Pipeline Report'!$A$1:$AAA$1,0)-1,ROWS('Weekly Pipeline Report'!$A$2:$A$4451),1),$E60,
OFFSET('Weekly Pipeline Report'!$A$2,0,MATCH($C$41,'Weekly Pipeline Report'!$A$1:$AAA$1,0)-1,ROWS('Weekly Pipeline Report'!$A$2:$A$4451),1),F$58,
OFFSET('Weekly Pipeline Report'!$A$2,0,MATCH($C$43,'Weekly Pipeline Report'!$A$1:$AAA$1,0)-1,ROWS('Weekly Pipeline Report'!$A$2:$A$4451),1),"<="&F$57,
OFFSET('Weekly Pipeline Report'!$A$2,0,MATCH($C$42,'Weekly Pipeline Report'!$A$1:$AAA$1,0)-1,ROWS('Weekly Pipeline Report'!$A$2:$A$4451),1),"<>0"),0)


Formula set up
Sum column tagSize (MW)
SUMIF line 1Stage
SUMIF line 2Time Date Stamp
SUMIF line 3EAM
SUMIF line 4Close Date

<colgroup><col><col></colgroup><tbody>
</tbody>

The formula works great. but.....when I update column tag to a text field, the formula crashes.
How can I update top line, to be able to count text in column?

=IFERROR(SUMIFS(OFFSET('Weekly Pipeline Report'!$A$2,0,MATCH($C$39,'Weekly Pipeline Report'!$A$1:$AAA$1,0)-1,ROWS('Weekly Pipeline Report'!$A$2:$A$4451),1),

racking my brain out as it should be a simple fix.....ugh...
Thank you....
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.

Forum statistics

Threads
1,216,180
Messages
6,129,339
Members
449,504
Latest member
Alan the procrastinator

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