W WilliamsDeLisle Apr 8, 2009 #1 HOW do you calculate the totals in a range of cells with IF formula results?
W WilliamsDeLisle Apr 8, 2009 #3 Mike H said: Post some sample data with expected result Click to expand... Running total each month: IF formula in column 2 is: =IF(July!O2=100,"10.00","0.00") RESULTS NEEDED: 20 or 30 or 40 depending upon the monthly total in column 2 Month Jul-08 10.00 Aug-08 10.00 Sep-08 0.00 Oct-08 0.00 Nov-08 0.00 Dec-08 0.00 Jan-09 0.00 Feb-09 0.00 Mar-09 0.00 Apr-09 0.00 May-09 0.00 Jun-09 0.00
Mike H said: Post some sample data with expected result Click to expand... Running total each month: IF formula in column 2 is: =IF(July!O2=100,"10.00","0.00") RESULTS NEEDED: 20 or 30 or 40 depending upon the monthly total in column 2 Month Jul-08 10.00 Aug-08 10.00 Sep-08 0.00 Oct-08 0.00 Nov-08 0.00 Dec-08 0.00 Jan-09 0.00 Feb-09 0.00 Mar-09 0.00 Apr-09 0.00 May-09 0.00 Jun-09 0.00
M Marcelo Apr 8, 2009 #4 are you looking for sumif function? -- regards from Brazil Thanks in advance for your feedback. Marcelo "WilliamsDeLisle" escreveu:
are you looking for sumif function? -- regards from Brazil Thanks in advance for your feedback. Marcelo "WilliamsDeLisle" escreveu:
A Ashish Mathur Apr 9, 2009 #6 Hi, Please remove the quote from around the numbers in the IF formula. If for some reason you cannot do so, then you may use =SUMPRODUCT(C4:C6*1) -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com
Hi, Please remove the quote from around the numbers in the IF formula. If for some reason you cannot do so, then you may use =SUMPRODUCT(C4:C6*1) -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com
W WilliamsDeLisle Apr 9, 2009 #7 THANK YOU! This was such an easy solution I would hope that Excel would incorporate it into their Help guides. I spent so much time and all it took was removing the quotes from the numbers in the formula. You Rock!!!
THANK YOU! This was such an easy solution I would hope that Excel would incorporate it into their Help guides. I spent so much time and all it took was removing the quotes from the numbers in the formula. You Rock!!!
A Ashish Mathur Apr 10, 2009 #8 you are welcome. Thank you for the feedback -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com
you are welcome. Thank you for the feedback -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com