Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Andrew C
 
Posts: n/a
Default Sum Function Needed

Hi

I have three sheets. Clients Name, Monday and Monday Summary. The clients
name sheet is linked directly to a database and extracts Name, address and
other information.

On the Monday Sheet i have designed a run sheet where the user types in the
client ID and with the help of Vlookup function it brings in all the cleints
details that are required. The last column on the Sheet Is activity type. A
category that describes what type of trip the client had.

On the Monday Summary is a list of all the clients id (Approx 100) again
with the use of vlookup brings there names into the sheet.

What i want to sum up is the amount of trips (Monday Sheet - Column M) based
on the following criteria, the Client id on the Summary sheet (A5) can be
found on the Monday Sheet (Column B) and the Activty (D5) on the Summary
sheet also matches
activty on Monday Sheet (Column L)

Hope this makes sense to someone and that they can help me out.

Thanks

Andrew
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max
 
Posts: n/a
Default Sum Function Needed

Here's one crack at this ..

In sheet: Monday Summary,

Put in E5, copy down:
=SUMPRODUCT((Monday!$B$2:$B$100=A5)*(Monday!$L$2:$ L$100=D5),Monday!$M$2:$M$100)

Adapt the ranges to suit the extent of data in sheet: Monday
The ranges have to be identical in size, and we can't use entire col refs,
eg: B:B, M:M in SUMPRODUCT
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Andrew C" wrote:
Hi

I have three sheets. Clients Name, Monday and Monday Summary. The clients
name sheet is linked directly to a database and extracts Name, address and
other information.

On the Monday Sheet i have designed a run sheet where the user types in the
client ID and with the help of Vlookup function it brings in all the cleints
details that are required. The last column on the Sheet Is activity type. A
category that describes what type of trip the client had.

On the Monday Summary is a list of all the clients id (Approx 100) again
with the use of vlookup brings there names into the sheet.

What i want to sum up is the amount of trips (Monday Sheet - Column M) based
on the following criteria, the Client id on the Summary sheet (A5) can be
found on the Monday Sheet (Column B) and the Activty (D5) on the Summary
sheet also matches
activty on Monday Sheet (Column L)

Hope this makes sense to someone and that they can help me out.

Thanks

Andrew

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
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
Function Needed! Please Help! Rashid Excel Worksheet Functions 3 April 20th 06 01:49 AM
Help needed with function Kevin Excel Worksheet Functions 2 January 28th 06 06:29 AM
Desperate Help needed with a function. Lori Excel Worksheet Functions 3 July 21st 05 03:19 AM
IF function help needed jmcclain Excel Worksheet Functions 2 February 23rd 05 04:33 PM


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