#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default formula problem

i really need help for this one:
A B C
oct. 27 -50% cover
oct. 27 -50% not cover
oct. 27 50% cover
oct. 28 100% cover
oct. 28 -150% cover
oct. 29 -50% cover

i would like to return a value where i only need the number of "cover" from
oct. 27 to oct. 29 that is under -50%...is there any formula so that i can
easily get the total number of "cover" at -50%
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default formula problem

=sumproduct(--($B$1:$B$6="-50%"),--($C$1:$C$6="cover"))
Used this way, the sumproduct is like a multi-criteria countif (if you're
using Excel 2007, you might check out the countifs function).
I'm guessing that the -50% in your data is text; if not, change the "-50%"
in the formula to -0.5.

"kyoko" wrote:

i really need help for this one:
A B C
oct. 27 -50% cover
oct. 27 -50% not cover
oct. 27 50% cover
oct. 28 100% cover
oct. 28 -150% cover
oct. 29 -50% cover

i would like to return a value where i only need the number of "cover" from
oct. 27 to oct. 29 that is under -50%...is there any formula so that i can
easily get the total number of "cover" at -50%

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
Formula Problem FilmFletch Excel Discussion (Misc queries) 1 June 24th 08 04:19 PM
Problem with formula Nleric Excel Discussion (Misc queries) 7 January 4th 07 03:35 PM
formula problem legepe Excel Discussion (Misc queries) 5 August 6th 06 07:12 PM
formula problem Rao Ratan Singh New Users to Excel 1 April 18th 06 03:41 PM
need help on a formula for this problem whassup Excel Worksheet Functions 5 November 27th 05 05:11 AM


All times are GMT +1. The time now is 11:32 PM.

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"