Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Summing Columns Based On Value

I have a spreasheet with 150 rows of entries. In the 8th column I have
different options that can be in it, i.e. Database, FOIA, Consulting
Events and Rent. These 150 rows are not sorted on the 8th coulmn no
can they be.

I would like a cell at the bottom of the worksheet that sums eac
group. The user needs up to the second data and doesn't have time t
resort and re SUM the fileds. I don't even know where to begin. An
help would be fantastic

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Summing Columns Based On Value

=Sumif(H1:H150,"Database",I1:I150)

the range cited in the 3rd argument contains the values to be summed. The
first argument is where the condition is checked. If you mean you want to
count how many rows are labelled database

=Countif(H1:H150,"Database")

--
Regards,
Tom Ogilvy

"stck2mlon " wrote in message
...
I have a spreasheet with 150 rows of entries. In the 8th column I have 5
different options that can be in it, i.e. Database, FOIA, Consulting,
Events and Rent. These 150 rows are not sorted on the 8th coulmn nor
can they be.

I would like a cell at the bottom of the worksheet that sums each
group. The user needs up to the second data and doesn't have time to
resort and re SUM the fileds. I don't even know where to begin. Any
help would be fantastic.


---
Message posted from http://www.ExcelForum.com/



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
Summing 2 columns based on variables Steve Excel Worksheet Functions 3 April 7th 10 08:56 PM
Summing one column based on criteria from two other columns glinishmak Excel Worksheet Functions 2 November 7th 09 02:30 AM
Summing cells based on mulitiple criteria over mulitple columns troy00 Excel Discussion (Misc queries) 1 October 17th 09 05:35 PM
Summing based off different columns Ag Excel Worksheet Functions 3 September 2nd 08 07:26 PM
Summing specific Columns based on Criteria [email protected] Excel Discussion (Misc queries) 4 June 1st 07 03:20 PM


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