Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / May 2008

Tip: Looking for answers? Try searching our database.

Combinng functions to lookup data

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
DP - 19 May 2008 16:06 GMT
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
Pete_UK - 19 May 2008 16:24 GMT
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

> 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
Max - 19 May 2008 16:28 GMT
Assume the 2 col headers are: "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
Signature

Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

> 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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.