A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Argument description



 
 
Thread Tools Display Modes
  #1  
Old May 28th, 2010, 12:23 PM posted to microsoft.public.excel.misc
Steve
external usenet poster
 
Posts: 2,662
Default Argument description

What does
=+SUMIF($G10:$G31,"Yes",I10:I31)
mean?
--
steve
  #2  
Old May 28th, 2010, 12:59 PM posted to microsoft.public.excel.misc
Dave Peterson
external usenet poster
 
Posts: 19,791
Default Argument description

=SUMIF($G10:$G31,"Yes",I10:I31)

(You don't need the +

Look at each cell in G10 to G31 (all 22 cells)
If the value in each cell is Yes, then add up the value in the corresponding
cell in column I (I10:I31)



steve wrote:

What does
=+SUMIF($G10:$G31,"Yes",I10:I31)
mean?
--
steve


--

Dave Peterson
  #3  
Old May 28th, 2010, 01:00 PM posted to microsoft.public.excel.misc
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default Argument description

SUM I10:I31 if G10:G31 = "Yes"

--
Jacob (MVP - Excel)


"steve" wrote:

What does
=+SUMIF($G10:$G31,"Yes",I10:I31)
mean?
--
steve

  #4  
Old May 28th, 2010, 03:50 PM posted to microsoft.public.excel.misc
bala_vb[_29_]
external usenet poster
 
Posts: 1
Default Argument description


steve;956738 Wrote:
What does
=+SUMIF($G10:$G31,"Yes",I10:I31)
mean?
--
steve


a good description of sumif function with example, refer to below url

http://www.techonthenet.com/excel/formulas/sumif.php


all the best




--
bala_vb
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


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