Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Search across multiple sheets and subtotal.

I was hoping for a non-programming solution but can't find any
current excel NG more appropriate than this one.

I have a workbook with sheets for each month. I want to find all
rows where column k contains a particular word and total all the
values from colum L on those rows

ie they are expenses claim for each month, I want to add all
particular claims for, say, fuel.

I can combine the sheets and do a find all which would tell me
how many rows but is there a way to do that bit more without a
macro?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Search across multiple sheets and subtotal.

The SUMIF worksheet function may help. You need one for each sheet and then
you can sum them to get the great total. Example where the numbers in
L1:L20 that have "xx" in column K are summed:

=SUMIF(K1:K20,"xx",L1:L20)

--
Jim Rech
Excel MVP


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
search, copy and paste through multiple sheets Jeff S.[_2_] Excel Discussion (Misc queries) 1 August 16th 09 12:08 AM
Create a cell that will search multiple sheets for entered string. accesseng Excel Discussion (Misc queries) 0 January 13th 09 02:22 AM
Search in Multiple Sheets [email protected] Excel Discussion (Misc queries) 4 September 12th 07 10:33 PM
Search multiple sheets and return largest number found mpenkala Excel Worksheet Functions 2 January 4th 07 04:41 PM
Subtotal across multiple sheets Saira Excel Discussion (Misc queries) 2 May 12th 05 01:03 PM


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