Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default SUMPRODUCT or some similiar function

Need help with the function SUMPRODUCT, or some similiar function.

I'm looking for something to help me with my overtime schema.
I have to set a preset value that is hidden(this represents the cost of one
hour overtime), and let the users enter an integer greater than 0(this
represents their worked hours) and sum it all up in one cell without having
to have a row or column with the spesific price entered("hidden value").
E.g. The range A1:A10 is where the user can add hours. A11 is the cell that
should sum up the price of entered value(integer 0) in A1:A10*the cost off
one hour overtime.
If A1 is set to 3, and A2 is set to 1 and the "hidden" price of overtime is
200, then A11 should be 800.(since A1 is 3= (3*200) 600 + A2 is 1= (1*200)
200, and 600+200 = 800.)


Thanks in advance,

Lars Erik
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default SUMPRODUCT or some similiar function

Hi Lars

Is it not simply
=SUM(A1:A10)*200

--
Regards

Roger Govier


"Lars Erik N." <Lars Erik wrote in message
...
Need help with the function SUMPRODUCT, or some similiar function.

I'm looking for something to help me with my overtime schema.
I have to set a preset value that is hidden(this represents the cost
of one
hour overtime), and let the users enter an integer greater than 0(this
represents their worked hours) and sum it all up in one cell without
having
to have a row or column with the spesific price entered("hidden
value").
E.g. The range A1:A10 is where the user can add hours. A11 is the cell
that
should sum up the price of entered value(integer 0) in A1:A10*the
cost off
one hour overtime.
If A1 is set to 3, and A2 is set to 1 and the "hidden" price of
overtime is
200, then A11 should be 800.(since A1 is 3= (3*200) 600 + A2 is 1=
(1*200)
200, and 600+200 = 800.)


Thanks in advance,

Lars Erik



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default SUMPRODUCT or some similiar function

Thanks:)

"Roger Govier" wrote:

Hi Lars

Is it not simply
=SUM(A1:A10)*200

--
Regards

Roger Govier


"Lars Erik N." <Lars Erik wrote in message
...
Need help with the function SUMPRODUCT, or some similiar function.

I'm looking for something to help me with my overtime schema.
I have to set a preset value that is hidden(this represents the cost
of one
hour overtime), and let the users enter an integer greater than 0(this
represents their worked hours) and sum it all up in one cell without
having
to have a row or column with the spesific price entered("hidden
value").
E.g. The range A1:A10 is where the user can add hours. A11 is the cell
that
should sum up the price of entered value(integer 0) in A1:A10*the
cost off
one hour overtime.
If A1 is set to 3, and A2 is set to 1 and the "hidden" price of
overtime is
200, then A11 should be 800.(since A1 is 3= (3*200) 600 + A2 is 1=
(1*200)
200, and 600+200 = 800.)


Thanks in advance,

Lars Erik




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
Skipping cells when using SUMPRODUCT function Jason Excel Discussion (Misc queries) 2 June 8th 06 02:30 PM
Summing multiple tab using sumproduct function Steve Excel Worksheet Functions 1 May 5th 06 10:17 PM
use of sumproduct function R..VENKATARAMAN Excel Worksheet Functions 4 January 23rd 06 02:33 AM
Sumproduct function neil Excel Discussion (Misc queries) 1 August 11th 05 09:19 AM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM


All times are GMT +1. The time now is 05:33 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"