Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dino
 
Posts: n/a
Default Help with SUMIF function

Would someone please help me think this through....

I have a workbook with a sheet named Susan and a sheet named Totals. On the
Susan sheet, column C is a yes or no answer (using data validation). Column
E is for dollar amounts. OK...on the Totals worksheet, I need a line that
says Yes Totals (which totals all the Yes's in column C of sheet Susan) and
one under that that says No Totals (which totals all the No's in column C of
sheet Susan)

Example on the Susan sheet
C6=Yes E6= $100
C7=Yes E7= $50
C8=No E8= $10
C9=Yes E9= $15
C10=No E10=100

On the totals sheet I want it to read:
Yes $165
No $110

I'm sure I can do it with a SUMIF, but I'm getting myself totally confused
at this point.

TIA
Dino



  #2   Report Post  
Posted to microsoft.public.excel.misc
bpeltzer
 
Posts: n/a
Default Help with SUMIF function

=sumif(Susan!c:c,"Yes",Susan!e:e) will add all the 'Yes' entries from Susan's
sheet. I think of the sumif if arguments as 1) where to look, 2) what to
look for and 3) what to add when you find it.

"Dino" wrote:

Would someone please help me think this through....

I have a workbook with a sheet named Susan and a sheet named Totals. On the
Susan sheet, column C is a yes or no answer (using data validation). Column
E is for dollar amounts. OK...on the Totals worksheet, I need a line that
says Yes Totals (which totals all the Yes's in column C of sheet Susan) and
one under that that says No Totals (which totals all the No's in column C of
sheet Susan)

Example on the Susan sheet
C6=Yes E6= $100
C7=Yes E7= $50
C8=No E8= $10
C9=Yes E9= $15
C10=No E10=100

On the totals sheet I want it to read:
Yes $165
No $110

I'm sure I can do it with a SUMIF, but I'm getting myself totally confused
at this point.

TIA
Dino




  #3   Report Post  
Posted to microsoft.public.excel.misc
Jim May
 
Posts: n/a
Default Help with SUMIF function

In your Totals sheet cell A1 - enter Yes
in cell A2 - enter No, then
in cell B1 of your Totals sheet enter
=SUMIF(Susan!$C$6:$C$10,Totals!A1,Susan!$E$6:$E$10 )


Copy B1 to B2

HTH


"Dino" wrote in message
...
Would someone please help me think this through....

I have a workbook with a sheet named Susan and a sheet named Totals. On
the Susan sheet, column C is a yes or no answer (using data validation).
Column E is for dollar amounts. OK...on the Totals worksheet, I need a
line that says Yes Totals (which totals all the Yes's in column C of sheet
Susan) and one under that that says No Totals (which totals all the No's
in column C of sheet Susan)

Example on the Susan sheet
C6=Yes E6= $100
C7=Yes E7= $50
C8=No E8= $10
C9=Yes E9= $15
C10=No E10=100

On the totals sheet I want it to read:
Yes $165
No $110

I'm sure I can do it with a SUMIF, but I'm getting myself totally confused
at this point.

TIA
Dino





  #4   Report Post  
Posted to microsoft.public.excel.misc
Dino
 
Posts: n/a
Default Help with SUMIF function

It worked!!! Thanks bpeltzer and Jim!

Dino


"Jim May" wrote in message
news:KPWgf.44925$4n5.7174@dukeread01...
In your Totals sheet cell A1 - enter Yes
in cell A2 - enter No, then
in cell B1 of your Totals sheet enter
=SUMIF(Susan!$C$6:$C$10,Totals!A1,Susan!$E$6:$E$10 )


Copy B1 to B2

HTH


"Dino" wrote in message
...
Would someone please help me think this through....

I have a workbook with a sheet named Susan and a sheet named Totals. On
the Susan sheet, column C is a yes or no answer (using data validation).
Column E is for dollar amounts. OK...on the Totals worksheet, I need a
line that says Yes Totals (which totals all the Yes's in column C of
sheet Susan) and one under that that says No Totals (which totals all the
No's in column C of sheet Susan)

Example on the Susan sheet
C6=Yes E6= $100
C7=Yes E7= $50
C8=No E8= $10
C9=Yes E9= $15
C10=No E10=100

On the totals sheet I want it to read:
Yes $165
No $110

I'm sure I can do it with a SUMIF, but I'm getting myself totally
confused at this point.

TIA
Dino







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
SUMIF Function Inside SUMPRODUCT Function Abdul Waheed Excel Worksheet Functions 17 September 19th 05 04:24 PM
SumIF function ACDenver Excel Discussion (Misc queries) 2 August 17th 05 09:47 PM
Sumif function with remote cell references hennis Excel Worksheet Functions 1 August 12th 05 01:54 AM
SUMIF function yak10 Excel Worksheet Functions 0 February 12th 05 05:29 PM
SUMIF function yak10 Excel Worksheet Functions 0 February 12th 05 05:12 PM


All times are GMT +1. The time now is 03:45 AM.

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

About Us

"It's about Microsoft Excel"