PC Review


Reply
Thread Tools Rate Thread

3D Array Payroll

 
 
sgl
Guest
Posts: n/a
 
      6th Jul 2009

Hi all,

I am using Excel 2003 with Vista.
I have a reference WkSht with all the Tax, Social Security, Union Dues rates
laid out against each element of the Wage Structure package. The Table is
laid out as follows:

Tax Soc
Union etc etc
Security
Dues

Basic Wages 10% 5% 3%
Leave Pay 7.5% 3% 3%
Subsistence 5.0% 2.5% 3%

In the Payroll Calculations WkSht I have the Payroll calculations for each
employee and for each element of the Wage Structure

Employee Name A B C
D etc etc

Basic Wages 1,000 750 650 500
Leave Pay 500 375 300 250
Subsistence 160 160 160 160
etc
etc

What I need to do is to calculate the various deductions against each
element of the Pay Structure in a separate table in the same WkSht as the
Payroll Calculations. The table is laid out as follows:

Employee Name A B C D etc
etc
Tax
Social Security
Union Dues
etc
etc

The layout of the Tables cannot be altered as this is part of a much larger
project.

Any assistance much appreciated/Many thanks/sgl
 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      6th Jul 2009

Use

=B2*SUM(Reference!$B2:$D2)

and copy down and across

--
__________________________________
HTH

Bob

"sgl" <(E-Mail Removed)> wrote in message
news:9BD1C644-7447-4050-BF37-(E-Mail Removed)...
> Hi all,
>
> I am using Excel 2003 with Vista.
> I have a reference WkSht with all the Tax, Social Security, Union Dues
> rates
> laid out against each element of the Wage Structure package. The Table is
> laid out as follows:
>
> Tax Soc
> Union etc etc
> Security
> Dues
>
> Basic Wages 10% 5% 3%
> Leave Pay 7.5% 3%
> 3%
> Subsistence 5.0% 2.5% 3%
>
> In the Payroll Calculations WkSht I have the Payroll calculations for each
> employee and for each element of the Wage Structure
>
> Employee Name A B C
> D etc etc
>
> Basic Wages 1,000 750 650
> 500
> Leave Pay 500 375 300
> 250
> Subsistence 160 160 160
> 160
> etc
> etc
>
> What I need to do is to calculate the various deductions against each
> element of the Pay Structure in a separate table in the same WkSht as the
> Payroll Calculations. The table is laid out as follows:
>
> Employee Name A B C D
> etc
> etc
> Tax
> Social Security
> Union Dues
> etc
> etc
>
> The layout of the Tables cannot be altered as this is part of a much
> larger
> project.
>
> Any assistance much appreciated/Many thanks/sgl



 
Reply With Quote
 
sgl
Guest
Posts: n/a
 
      6th Jul 2009
Bob,

Thank you very much that works very well! I solved the problem using

{=SUMPRODUCT(--($A24=WageStructure!$E9)*(WageStructure!$E$10:$E$29)*('TaxesMatrix (2)'!C$2:C$21))}

However, your way much simpler as with my solution I had to change the
column reference each time I copied the formula down.

Thanks again/sgl

"Bob Phillips" wrote:

> Use
>
> =B2*SUM(Reference!$B2:$D2)
>
> and copy down and across
>
> --
> __________________________________
> HTH
>
> Bob
>
> "sgl" <(E-Mail Removed)> wrote in message
> news:9BD1C644-7447-4050-BF37-(E-Mail Removed)...
> > Hi all,
> >
> > I am using Excel 2003 with Vista.
> > I have a reference WkSht with all the Tax, Social Security, Union Dues
> > rates
> > laid out against each element of the Wage Structure package. The Table is
> > laid out as follows:
> >
> > Tax Soc
> > Union etc etc
> > Security
> > Dues
> >
> > Basic Wages 10% 5% 3%
> > Leave Pay 7.5% 3%
> > 3%
> > Subsistence 5.0% 2.5% 3%
> >
> > In the Payroll Calculations WkSht I have the Payroll calculations for each
> > employee and for each element of the Wage Structure
> >
> > Employee Name A B C
> > D etc etc
> >
> > Basic Wages 1,000 750 650
> > 500
> > Leave Pay 500 375 300
> > 250
> > Subsistence 160 160 160
> > 160
> > etc
> > etc
> >
> > What I need to do is to calculate the various deductions against each
> > element of the Pay Structure in a separate table in the same WkSht as the
> > Payroll Calculations. The table is laid out as follows:
> >
> > Employee Name A B C D
> > etc
> > etc
> > Tax
> > Social Security
> > Union Dues
> > etc
> > etc
> >
> > The layout of the Tables cannot be altered as this is part of a much
> > larger
> > project.
> >
> > Any assistance much appreciated/Many thanks/sgl

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Redimming an array dynamically assigned from range (how to redim first dimension of a 2-D array? /or/ reverse the original array order) Keith R Microsoft Excel Programming 3 13th Nov 2007 04:08 PM
meaning of : IF(Switch; Average(array A, array B); array A) =?Utf-8?B?RFhBVA==?= Microsoft Excel Worksheet Functions 1 24th Oct 2006 06:11 PM
Adding payroll stubs payroll calculator =?Utf-8?B?U2FibGU=?= Microsoft Excel New Users 2 5th Aug 2006 05:37 PM
Payroll =?Utf-8?B?VHJhY3k=?= Microsoft Excel Misc 5 26th Jan 2006 09:16 PM
Re: payroll Steven Burn Microsoft Access 0 1st Sep 2003 05:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:52 PM.