Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Multiple criteria

I have a spreadsheet with Invoice #, Date, SalesRep,Sales Amount and Margin
Amount. I would like to get the Margin Dollars total grouped between 75,
75-150,150-300,300 and also count the number of Invoices for those groups.
How can I accomplish that?

Thanks
K


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Multiple criteria

=COUNTIF(E:E,"<75")

counts them

=SUMIF(E:E,"<75")

sums the value.

And then

=COUNTIF(E:E,"=75")-COUNTIF(E:E,"=150")

and

=SUMIF(E:E,"=75")-SUMIF(E:E,"=150")

etc.

--
HTH

Bob Phillips

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

"Krish" wrote in message
. ..
I have a spreadsheet with Invoice #, Date, SalesRep,Sales Amount and

Margin
Amount. I would like to get the Margin Dollars total grouped between 75,
75-150,150-300,300 and also count the number of Invoices for those

groups.
How can I accomplish that?

Thanks
K




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
return multiple rows of data based on criteria steve_sr2 Excel Worksheet Functions 8 May 20th 23 07:47 PM
Count Unique Values with Multiple Criteria JohnV Excel Worksheet Functions 3 April 17th 06 06:00 PM
Multiple Criteria for Conditional Formatting Dave Y Excel Worksheet Functions 4 March 21st 06 06:38 PM
COUNTIF or SUM function (Multiple criteria) HELP!! Australia Excel Worksheet Functions 3 September 19th 05 07:39 AM
Multiple Criteria (add or subtract) MJSlattery Excel Discussion (Misc queries) 1 June 11th 05 05:38 PM


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

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"