Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default IF Formulas and Summing Results

HOW do you calculate the totals in a range of cells with IF formula results?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default IF Formulas and Summing Results

Post some sample data with expected result

"WilliamsDeLisle" wrote:

HOW do you calculate the totals in a range of cells with IF formula results?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default IF Formulas and Summing Results



"Mike H" wrote:

Post some sample data with expected result

"WilliamsDeLisle" wrote:

HOW do you calculate the totals in a range of cells with IF formula results?


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

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,047
Default IF Formulas and Summing Results

are you looking for sumif function?
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"WilliamsDeLisle" escreveu:



"Mike H" wrote:

Post some sample data with expected result

"WilliamsDeLisle" wrote:

HOW do you calculate the totals in a range of cells with IF formula results?


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

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default IF Formulas and Summing Results

I can not get the SUM IF function to return any results but zero.

"Marcelo" wrote:

are you looking for sumif function?
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"WilliamsDeLisle" escreveu:



"Mike H" wrote:

Post some sample data with expected result

"WilliamsDeLisle" wrote:

HOW do you calculate the totals in a range of cells with IF formula results?


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



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default IF Formulas and Summing Results

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

"WilliamsDeLisle" wrote in
message ...


"Mike H" wrote:

Post some sample data with expected result

"WilliamsDeLisle" wrote:

HOW do you calculate the totals in a range of cells with IF formula
results?


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

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default IF Formulas and Summing Results

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!!!

"Ashish Mathur" wrote:

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

"WilliamsDeLisle" wrote in
message ...


"Mike H" wrote:

Post some sample data with expected result

"WilliamsDeLisle" wrote:

HOW do you calculate the totals in a range of cells with IF formula
results?


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


  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default IF Formulas and Summing Results

you are welcome. Thank you for the feedback

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"WilliamsDeLisle" wrote in
message ...
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!!!

"Ashish Mathur" wrote:

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

"WilliamsDeLisle" wrote in
message ...


"Mike H" wrote:

Post some sample data with expected result

"WilliamsDeLisle" wrote:

HOW do you calculate the totals in a range of cells with IF formula
results?

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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Summing only numbers, not formulas John Excel Worksheet Functions 4 February 9th 09 07:49 PM
Look up Formulas with Results MaggieR Excel Discussion (Misc queries) 0 October 12th 07 05:56 PM
summing all results in a vlookup Valerie Excel Worksheet Functions 2 July 30th 07 10:19 PM
summing lookup results Martyn Excel Discussion (Misc queries) 4 March 2nd 06 09:25 AM
Formulas with If/ and results Katiemcgi Excel Worksheet Functions 1 November 1st 04 05:34 PM


All times are GMT +1. The time now is 09:04 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"