#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default Sum if "yes"

I want to sum e11 through n11 if d11 is "yes"

I can't make it work...please help
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Sum if "yes"

=IF(D11="yes",SUM(E11:N11),"")

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Nancy" wrote in message
...
I want to sum e11 through n11 if d11 is "yes"

I can't make it work...please help



  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Sum if "yes"

"Nancy" wrote:
I want to sum e11 through n11 if d11 is "yes"


Maybe: =IF(D11="yes",SUM(E11:N11),"")
Presumes we want "nothing", ie:"" to show in the formula cell if D11 does
not contain "yes" (not stated in the post)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
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
Find specific number and replace with "Yes" DW Excel Discussion (Misc queries) 1 April 26th 06 09:19 PM
Formula for % of "yes" in range of cells? npw Excel Worksheet Functions 1 April 25th 06 12:38 AM
Questionnaire sheet: Select "yes" or "no," and only one can be selected bpatterson Excel Worksheet Functions 2 April 13th 06 11:04 PM
clear row when "yes" is selected sunderland27 Excel Discussion (Misc queries) 4 April 10th 06 09:06 PM
Percentage of "yes" or "no" kpgilber Excel Worksheet Functions 2 October 6th 05 07:10 PM


All times are GMT +1. The time now is 12:21 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"