Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Need Spread Sheet Solution Help

Ok, here is a sample of the data i have:

Component No Interval(hr)
Labour Hours
Electrical Management System 1 250 2
Engine Repairs 1 250 2
Exhaust Pipe 1 250 1.5
Fan Drive 1 38000 16
Final Drive Pump 1 15000 3
Fire Supression 1 9000 5
Flush Radiator 1 9500 3
Frame 1 250 2
Fuel System 1 9500 12


What I want to create is like a history, eg between the interval of 0
to 1000hrs there is "x" labour hours required. this need to go out for
45,000hrs, so these events reoccur.

can anyone think of a way to set this out efficently?

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 694
Default Need Spread Sheet Solution Help

Hi:

You could try the sumproduct function on the bounds as in a table:
[Col e] [Col f] [Col g]
start finish hrs
0 1000
=sumproduct(--(($c$2:$c$10)e2),--(($c$2:$c$10)<=f2),$d$2:$d$10)
1000 2000
=sumproduct(--(($c$2:$c$10)e3),--(($c$2:$c$10)<=f3),$d$2:$d$10)
2000 3000
=sumproduct(--(($c$2:$c$10)e4),--(($c$2:$c$10)<=f4),$d$2:$d$10)

.....

--
Hope this helps
Martin Fishlock, Bangkok, Thailand
Please do not forget to rate this reply.


" wrote:

Ok, here is a sample of the data i have:

Component No Interval(hr)
Labour Hours
Electrical Management System 1 250 2
Engine Repairs 1 250 2
Exhaust Pipe 1 250 1.5
Fan Drive 1 38000 16
Final Drive Pump 1 15000 3
Fire Supression 1 9000 5
Flush Radiator 1 9500 3
Frame 1 250 2
Fuel System 1 9500 12


What I want to create is like a history, eg between the interval of 0
to 1000hrs there is "x" labour hours required. this need to go out for
45,000hrs, so these events reoccur.

can anyone think of a way to set this out efficently?

Thanks


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Need Spread Sheet Solution Help

Sumproduct is what i would use, but this does not handle the re-
occurance of events.

eg, the engine repairs happen at an interval of 250hrs - so it happens
at 250, 500, 750, 1000 etc etc until 45000

Cheers

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 694
Default Need Spread Sheet Solution Help

OK got what you are trying to do and I think that a straight table is the
best and depending on the number of components if it is vertical or
horizontal will just depend on your personal preferences.

--
Hope this helps
Martin Fishlock, Bangkok, Thailand
Please do not forget to rate this reply.


" wrote:

Sumproduct is what i would use, but this does not handle the re-
occurance of events.

eg, the engine repairs happen at an interval of 250hrs - so it happens
at 250, 500, 750, 1000 etc etc until 45000

Cheers


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
spread sheet Marilee Excel Worksheet Functions 2 March 22nd 07 04:55 PM
how do i enter a bull call spread into the options spread sheet ? alvin smith Excel Worksheet Functions 0 November 27th 06 01:23 AM
spread sheet equality 547 Charts and Charting in Excel 1 May 2nd 06 11:10 AM
spread sheet equality 547 Charts and Charting in Excel 0 May 2nd 06 02:02 AM
spread sheet crix411 Excel Worksheet Functions 2 April 9th 05 03:42 PM


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