Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
mrcastro3
 
Posts: n/a
Default Sum Unique values from 31 pages


I have a workbook that has 31 pages in it for each day in a month. I
have multiple companies that I make either a delivery or a drop off for
each day. I want to be able to have one page that will compile by
company how many deliveries or pickups each company made for the month.
As I enter this day by day, I want it automatically updated on my master
sheet. I have an example file that I can send to anyone willing to take
a closer look. My email is
Thank you


--
mrcastro3
------------------------------------------------------------------------
mrcastro3's Profile:
http://www.excelforum.com/member.php...o&userid=29923
View this thread: http://www.excelforum.com/showthread...hreadid=496184

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Sum Unique values from 31 pages

I think it would be best to do counts in each worksheet for every company,
using countif, then aggregate in a summary sheet using sumproduct. examples

List the companies in the master sheet in A2:A20, then in the day sheets A2,
use
=COUNTIF($A$30:$A$200,Master!A2)
and copy down

On the master in B2, assuming the day sheets are named 1,2,...,31

=SUMPRODUCT(N(INDIRECT("'"&ROW(INDIRECT("1:31"))&" '!A2")))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"mrcastro3" wrote
in message ...

I have a workbook that has 31 pages in it for each day in a month. I
have multiple companies that I make either a delivery or a drop off for
each day. I want to be able to have one page that will compile by
company how many deliveries or pickups each company made for the month.
As I enter this day by day, I want it automatically updated on my master
sheet. I have an example file that I can send to anyone willing to take
a closer look. My email is
Thank you


--
mrcastro3
------------------------------------------------------------------------
mrcastro3's Profile:

http://www.excelforum.com/member.php...o&userid=29923
View this thread: http://www.excelforum.com/showthread...hreadid=496184



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
count and display unique values joe Excel Worksheet Functions 2 December 19th 05 01:11 AM
unique values in a cell base on another cell Jay Excel Discussion (Misc queries) 2 November 18th 05 06:46 PM
Count unique values - Pivot Table Thomas Mueller Charts and Charting in Excel 0 November 2nd 05 01:05 PM
create list of unique values from a column with repeated values? Chad Schaben Excel Worksheet Functions 1 July 8th 05 10:25 PM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM


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