#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default YEARLY TOTAL

I have a spreadsheet that list all employees, the amount they contribute to
401k that month and how much we match. There is a different worksheet for
each month, and because we have new employees all the time the row that the
employee is on changes each month. I need a way to get total contribution
for the year, and total match for the year for each individual employee.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default YEARLY TOTAL

A "trick" formula I use for 3-dimensional SUMIF() looks like this...my sheets
are named sequentially which is what makes this work:

=SUM(SUMIF(INDIRECT("Sheet"&{1,2,3} & "!B1:B50"), "=" & "Adam West",
INDIRECT("Sheet"&{1,2,3} & "!D1:D50")))

Does that get you started?
--
"Actually, I *am* a rocket scientist." -- JB
(www.MadRocketScientist.com)

Your feedback is appreciated, click YES if this post helped you.


"mwise" wrote:

I have a spreadsheet that list all employees, the amount they contribute to
401k that month and how much we match. There is a different worksheet for
each month, and because we have new employees all the time the row that the
employee is on changes each month. I need a way to get total contribution
for the year, and total match for the year for each individual employee.

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
Yearly Plan Tony Excel Discussion (Misc queries) 10 November 10th 08 08:42 PM
yearly calendar Carla Excel Discussion (Misc queries) 4 April 7th 08 04:29 PM
How can I create a running yearly total for all of my invoices? Sara Excel Worksheet Functions 1 March 17th 08 05:52 AM
Yearly total average? Tammy Excel Discussion (Misc queries) 8 March 17th 06 02:30 AM
yearly invoice Rave Excel Worksheet Functions 0 June 7th 05 03:42 PM


All times are GMT +1. The time now is 09:42 PM.

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"