Hello all my data is from column A to column H
I am using the below mentioned formula
=SUMIFS($C$2:$C$2002,$G$2:$G$2002,12,$B$2:$B$2002,"Sales",$H$2:$H$2002,IF((G:G<=3), $R$1+1, $R$1))
The if part IF((G:G<=3), $R$1+1, $R$1)) isn't working correctly
My actual requirement is column g has numbers from 1 to 12 and column H has years . I have a year referenced in R1 if column g's value is below or equal to 3 the corresponding H value should be R1+1 else it should be R1 this is the criteria
Any help would be greatly appreciated.
Thanks
I am using the below mentioned formula
=SUMIFS($C$2:$C$2002,$G$2:$G$2002,12,$B$2:$B$2002,"Sales",$H$2:$H$2002,IF((G:G<=3), $R$1+1, $R$1))
The if part IF((G:G<=3), $R$1+1, $R$1)) isn't working correctly
My actual requirement is column g has numbers from 1 to 12 and column H has years . I have a year referenced in R1 if column g's value is below or equal to 3 the corresponding H value should be R1+1 else it should be R1 this is the criteria
Any help would be greatly appreciated.
Thanks