I Injinia Member Jul 18, 2012 #1 Hi, How would I write a formula for the following SUMIF($F$4:$AC$4;"is not equal to x";F5:AC5)? -Injinia
Hi, How would I write a formula for the following SUMIF($F$4:$AC$4;"is not equal to x";F5:AC5)? -Injinia
Luke M Excel Ninja Staff member Jul 18, 2012 #2 =SUMIF($F$4:$AC$4,"<>x",F5:AC5) if x is actually a cell reference (say, A2), would do something like: =SUMIF($F$4:$AC$4,"<>"&$A$2,F5:AC5)
=SUMIF($F$4:$AC$4,"<>x",F5:AC5) if x is actually a cell reference (say, A2), would do something like: =SUMIF($F$4:$AC$4,"<>"&$A$2,F5:AC5)