Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default Comparing Apples and Oranges

I just cant seem to get my arms around this. Heres the scenario.
For a bunch of consultants, Im calculating State Unemployment Tax (on a
weekly basis, which I can call a period basis). The calculation is as such:
=IF(H5="NY",MIN(554.62,(L5*0.06525)),IF(H5="NJ",MI N(274.73,(L5*0.00925)),IF(H5="CT",MIN(285,(L5*0.01 9)),0)))
This is then filled down.

Im also calculating Federal Unemployment Tax (on a period basis). This
calculation is as such:
=MIN(56,(0.008*AF5))
This is then filled down.

.. . . And now for the oranges
For consultants, Im doing a running sum, as such:
=SUMIF($G$5:G5,G5,$L$5:L5)
This is then filled down. I need to do this to get the total paid to a
consultant to see if the amount exceeds $106,800 which is the cap for Social
Security Tax. If I did the per-period calculation for the SS Tax, Id NEVER
hit the $106,800 threshold.

Medicare is calculated on a period basis, as such:
=MIN(U5*0.062,6621.6)
This is then filled down.

Now as Im subtracting these taxes from the Gross Income, per consultant, as
such:
=(N5-S5-T5-V5-W5-L5)*D5
This is then filled down.

Each consultant may work for a few different firms per year and they may
work for several months, and then not work for a couple weeks, and then work
for several more months. This is why the consulting firm wants to see its
profit per consultant, per period. As Im trying to find the consulting
firms profit per consultant, its running into a major problem because the
running sum is constantly increasing (to get to that $106,800 number) but the
other calculations are all per period (basically one row)!! I must be
looking at this the wrong way; shouldnt be so hard. I inherited this
spreadsheet from someone who doesnt know much about Excel and now Im trying
to straighten out there problems.

Can someone here think of a better way to do what I need to do?

Thanks!
Ryan---


--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.
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
I want to sum two conditions like apples of Grade "B" Mubashar Excel Programming 6 November 24th 09 09:09 PM
can I nest COUNTIF functions(C5:C8,"apples") AND (D5:D8,"green") guycummins Excel Worksheet Functions 4 June 10th 08 09:23 PM
Comparing saman110 via OfficeKB.com Excel Programming 1 May 21st 08 09:33 PM
Who buys the apples Benj Excel Discussion (Misc queries) 2 July 13th 05 11:16 AM
Apples or pears gregork Excel Programming 4 February 20th 05 12:10 AM


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