View Single Post
 
Old 09-17-2015, 03:39 PM
del_piero_3 del_piero_3 is offline Windows 7 64bit Office 2010 32bit
Novice
 
Join Date: Sep 2015
Posts: 1
del_piero_3 is on a distinguished road
Default Indirect AND OR Formula Help

Hi there,

Its my first post, plz take it easy

I've inherited a spread sheet and am struggling to make a change to the formula.

=SUMIFS(INDIRECT("'"&COLUMNS($B$1:B1)&"'!$I$11:$I$ 900"),INDIRECT("'"&COLUMNS($B$1:B1)&"'!$C$11:$C$90 0"),$E3,INDIRECT("'"&COLUMNS($B$1:B1)&"'!$F$11:$F$ 900"),$D3, INDIRECT("'"&COLUMNS($B$1:B1)&"'!$G$11:$G$900"),$B 3)

Basically, at the moment in the above all three criteria's are AND. However, I want (D3 OR E3) AND B3, I hope that makes sense.
Reply With Quote