Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DP DP is offline
external usenet poster
 
Posts: 58
Default Combinng functions to lookup data

I have a list of names (most repaeted several times) in column A that act as
a diary of work completed. I need excel to look at the names in column A and
then count / sum information found in another column. I have tried Vlookups,
if and countifs but to no avail. Any help would be appreciated.

DP
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Combinng functions to lookup data

You may need Sumproduct, along the lines of:

=SUMPRODUCT((A1:A100="name")*(D1:D100))

Sumif should also work:

=SUMIF(A1:A100,"name",D1:D100)

and Countif if you want to count them:

=COUNTIF(A1:A100,"name")

I've assumed that the values you want to sum are in column D, and that
you have 100 rows of data - adjust to suit.

Hope this helps.

Pete

On May 19, 4:06*pm, DP wrote:
I have a list of names (most repaeted several times) in column A that act as
a diary of work completed. *I need excel to look at the names in column A and
then count / sum information found in another column. *I have tried Vlookups,
if and countifs but to no avail. *Any help would be appreciated.

DP


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Combinng functions to lookup data

Assume the 2 col headers a "Name" & "XXX"
Build a pivot table, with "Name" placed in ROW area, & "XXX" placed twice in
DATA area (one as COUNT, the other as SUM). Then go to the pivot, drag DATA &
drop it over "Total", and you'd get the desired results, viz.: a uniques
listing of the names in col A, with corresponding counts & sums (from col
"XXX") in adjacent cols B and C
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"DP" wrote:
I have a list of names (most repeated several times) in column A that act as
a diary of work completed. I need excel to look at the names in column A and
then count / sum information found in another column. I have tried Vlookups,
if and countifs but to no avail. Any help would be appreciated.

DP

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
lookup functions KD Excel Worksheet Functions 7 May 13th 08 01:57 AM
lookup functions Srinivas Excel Discussion (Misc queries) 5 April 1st 08 02:59 PM
The match and lookup functions can find literal data but not the same data referenced from a cell Jeff Melvaine Excel Discussion (Misc queries) 3 April 30th 05 01:29 PM
Lookup Functions Sharon Excel Worksheet Functions 6 February 20th 05 05:04 AM
Lookup Functions Imran Excel Worksheet Functions 1 November 5th 04 03:35 PM


All times are GMT +1. The time now is 09:30 AM.

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"