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 / New Users / February 2007

Tip: Looking for answers? Try searching our database.

Excel Formula Poser

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Peter J Elliott - 09 Feb 2007 18:10 GMT
I have created a worksheet to provide details of resources. Within the
worksheet are separate sheets for each month this financial year (i.e.
Feb 2007 - March 2008)

Along the top I have three separate rows with differing rates for
different clients and below, I have a number of sections for those
different clients which list different projects.

Within each of these sections are formulae in the form:

=(C6*C15)+(D6*D15)+(E6*E15)+(F6*F15)+(G6*G15)+(H6*H15)+(I6*I15)+(J6*J15)
+(K6*K15)+(L6*L15) or

=(C5*C26)+(D5*D26)+(E5*E26)+(F5*F26)+(G5*G26)+(H5*H26)+(I5*I26)+(J5*J26)
+(K5*K26)+(L5*L26) for instance

where rows 6 and 5 contain the rates (i.e. contstants for each client)
and rows 15 and 26 contains the number of hours allocated to the
project.

Row 6 remains constant for each client, but there may be in excess of
50no projects listed for each (each on a separate row) to which I add
weekly. It is a pain adding such a long formula each time and ensuring
that the constants remain, well, constant. Using the Excel copy function
adds increments of 1 to the row constant each time so does not work.

Can anyone suggest a more efficient way of doing the same job please?

Many thanks in anticipation.

Regards

Peter
Bernard Liengme - 09 Feb 2007 18:21 GMT
This
=(C6*C15)+(D6*D15)+(E6*E15)+(F6*F15)+(G6*G15)+(H6*H15)+(I6*I15)+(J6*J15)+(K6*K15)+(L6*L15)
can be coded as
=SUMPRODUCT(C6:L6,C15,l15)
best wishes from a Manchester City supporter
Signature

Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

 I have created a worksheet to provide details of resources. Within the worksheet are separate sheets for each month this financial year (i.e. Feb 2007 - March 2008)

 Along the top I have three separate rows with differing rates for different clients and below, I have a number of sections for those different clients which list different projects.

 Within each of these sections are formulae in the form:

 =(C6*C15)+(D6*D15)+(E6*E15)+(F6*F15)+(G6*G15)+(H6*H15)+(I6*I15)+(J6*J15)+(K6*K15)+(L6*L15) or

 =(C5*C26)+(D5*D26)+(E5*E26)+(F5*F26)+(G5*G26)+(H5*H26)+(I5*I26)+(J5*J26)+(K5*K26)+(L5*L26) for instance

 where rows 6 and 5 contain the rates (i.e. contstants for each client) and rows 15 and 26 contains the number of hours allocated to the project.

 Row 6 remains constant for each client, but there may be in excess of 50no projects listed for each (each on a separate row) to which I add weekly. It is a pain adding such a long formula each time and ensuring that the constants remain, well, constant. Using the Excel copy function adds increments of 1 to the row constant each time so does not work.

 Can anyone suggest a more efficient way of doing the same job please?

 Many thanks in anticipation.

 Regards

 Peter
Bernard Liengme - 09 Feb 2007 18:30 GMT
Oops!
=SUMPRODUCT(C6:L6,C15:L15)
Signature

Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

 This
 =(C6*C15)+(D6*D15)+(E6*E15)+(F6*F15)+(G6*G15)+(H6*H15)+(I6*I15)+(J6*J15)+(K6*K15)+(L6*L15)
 can be coded as
 =SUMPRODUCT(C6:L6,C15,l15)
 best wishes from a Manchester City supporter
 --
 Bernard V Liengme
 www.stfx.ca/people/bliengme
 remove caps from email

   "Peter J Elliott" <peter@naturaid.co.uk> wrote in message news:000501c74c75$8bd97f40$0201a8c0@naturaid3...
   I have created a worksheet to provide details of resources. Within the worksheet are separate sheets for each month this financial year (i.e. Feb 2007 - March 2008)

   Along the top I have three separate rows with differing rates for different clients and below, I have a number of sections for those different clients which list different projects.

   Within each of these sections are formulae in the form:

   =(C6*C15)+(D6*D15)+(E6*E15)+(F6*F15)+(G6*G15)+(H6*H15)+(I6*I15)+(J6*J15)+(K6*K15)+(L6*L15) or

   =(C5*C26)+(D5*D26)+(E5*E26)+(F5*F26)+(G5*G26)+(H5*H26)+(I5*I26)+(J5*J26)+(K5*K26)+(L5*L26) for instance

   where rows 6 and 5 contain the rates (i.e. contstants for each client) and rows 15 and 26 contains the number of hours allocated to the project.

   Row 6 remains constant for each client, but there may be in excess of 50no projects listed for each (each on a separate row) to which I add weekly. It is a pain adding such a long formula each time and ensuring that the constants remain, well, constant. Using the Excel copy function adds increments of 1 to the row constant each time so does not work.

   Can anyone suggest a more efficient way of doing the same job please?

   Many thanks in anticipation.

   Regards

   Peter
Peter J Elliott - 09 Feb 2007 18:41 GMT
Thanks Bernard, much appreciated.

Regards

Peter

 _____  

From: Bernard Liengme [mailto:bliengme@stfx.TRUENORTH.ca]
Posted At: 09 February 2007 18:31
Posted To: microsoft.public.excel.newusers
Conversation: Excel Formula Poser
Subject: Re: Excel Formula Poser

Oops!
=SUMPRODUCT(C6:L6,C15:L15)
Signature

Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Bernard Liengme" <bliengme@stfx.TRUENORTH.ca> wrote in message
news:ubSEQcHTHHA.4844@TK2MSFTNGP03.phx.gbl...
This
=(C6*C15)+(D6*D15)+(E6*E15)+(F6*F15)+(G6*G15)+(H6*H15)+(I6*I15)+(J6*J15)
+(K6*K15)+(L6*L15)
can be coded as
=SUMPRODUCT(C6:L6,C15,l15)
best wishes from a Manchester City supporter
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

I have created a worksheet to provide details of resources. Within the
worksheet are separate sheets for each month this financial year (i.e.
Feb 2007 - March 2008)

Along the top I have three separate rows with differing rates for
different clients and below, I have a number of sections for those
different clients which list different projects.

Within each of these sections are formulae in the form:

=(C6*C15)+(D6*D15)+(E6*E15)+(F6*F15)+(G6*G15)+(H6*H15)+(I6*I15)+(J6*J15)
+(K6*K15)+(L6*L15) or

=(C5*C26)+(D5*D26)+(E5*E26)+(F5*F26)+(G5*G26)+(H5*H26)+(I5*I26)+(J5*J26)
+(K5*K26)+(L5*L26) for instance

where rows 6 and 5 contain the rates (i.e. contstants for each client)
and rows 15 and 26 contains the number of hours allocated to the
project.

Row 6 remains constant for each client, but there may be in excess of
50no projects listed for each (each on a separate row) to which I add
weekly. It is a pain adding such a long formula each time and ensuring
that the constants remain, well, constant. Using the Excel copy function
adds increments of 1 to the row constant each time so does not work.

Can anyone suggest a more efficient way of doing the same job please?

Many thanks in anticipation.

Regards

Peter
 
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.