I have a spreadsheet with lots of values in it, and this IF function: =If(countif(3:3,"SR")>1,7.5,(if(countif(3:3,"SR")>0,4,0)) )
This works fine, however I want to add up a number of these for subsequent rows e.g. 3:33, i assume its something like =sum(3:33,If(countif(3:3,"SR")>1,7.5,(if(countif(3:3,"SR")>0,4,0)) )
But I am not sure
Solved by A. Q. in 25 mins