Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
oxicottin
 
Posts: n/a
Default Percentage function help


Hello, Im in need for some help with a spreadsheet for work! Im having
several problems and we will start with this one first. OK, we run
machines for an 8 hour shift and these machines are down or not running
for a few hours out of the 8 hour shift. I want to be able to put a
number in a cell called "Delay" lets say 4:00 hours to make it easy and
in the next cell over called "%" I want it to give me the % that the
machine wasnt running for the 8 hours. The answer is 50%. Please help!!
I have another one but lets do one at a time! Thanks!!!


--
oxicottin
------------------------------------------------------------------------
oxicottin's Profile: http://www.excelforum.com/member.php...o&userid=31702
View this thread: http://www.excelforum.com/showthread...hreadid=514055

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
daddylonglegs
 
Posts: n/a
Default Percentage function help


If your delay is in cell A1 and entered as a time, i.e. in h:mm format

=A1/"08:00"

format as percentage

You could also have 08:00 in a cell, say B1 and use

=A1/B1


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=514055

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
oxicottin
 
Posts: n/a
Default Percentage function help


Thanks!! ill try it. Here is another question? I have a row of cells
that I want to put the delay time in lets say 04:36 hours/minutes. How
do I automaticly have the : in each cell so I can just enter the
hours/minutes it wasnt running? Here is another question, at the bottom
of those hours/min cells I need to total up all the time the machines
were down but it needs to be in hours and minutes. I have tried it and
after 24hours it resets back to 00:00 I need it not to reset and to
keep going. Example: 28:36 hours/minutes. Thanks!!!


--
oxicottin
------------------------------------------------------------------------
oxicottin's Profile: http://www.excelforum.com/member.php...o&userid=31702
View this thread: http://www.excelforum.com/showthread...hreadid=514055

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
daddylonglegs
 
Posts: n/a
Default Percentage function help


You can't do that first part without VBA (a macro). As for your second
question, you need to format the cell for elapsed time i.e. custom
format as [h]:mm


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=514055

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
oxicottin
 
Posts: n/a
Default Percentage function help


can you explain im new to excell? Thanks!!


--
oxicottin
------------------------------------------------------------------------
oxicottin's Profile: http://www.excelforum.com/member.php...o&userid=31702
View this thread: http://www.excelforum.com/showthread...hreadid=514055



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default Percentage function help

Here's a link how to apply it using VBA

http://www.cpearson.com/excel/DateTimeEntry.htm

a farmer's almanac version would be to temporary make a change in
autocorrect, put a period and replace it with
a colon, that way you can use the numeric keypad and type 12.30 and it will
change to 12:30
just remember to change back when you're done

--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

Portland, Oregon




"oxicottin" wrote
in message ...

can you explain im new to excell? Thanks!!


--
oxicottin
------------------------------------------------------------------------
oxicottin's Profile:
http://www.excelforum.com/member.php...o&userid=31702
View this thread: http://www.excelforum.com/showthread...hreadid=514055


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
oxicottin
 
Posts: n/a
Default Percentage function help


thanks for the help but I ment can you explain the formula for elapsed
time? I just want to add a row of cells that contain hour/min and be
able to go over 24 hours and not reset back to 00:00 THANKS!!


--
oxicottin
------------------------------------------------------------------------
oxicottin's Profile: http://www.excelforum.com/member.php...o&userid=31702
View this thread: http://www.excelforum.com/showthread...hreadid=514055

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
daddylonglegs
 
Posts: n/a
Default Percentage function help


I'm assuming you have the correct formula, some kind of SUM, you don't
need to change that but you need to change the formatting of the cell
so that it will display times over 24 hours ("elapsed time")

Format Cells Number Custom

type [h]:mm in the box


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=514055

  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
oxicottin
 
Posts: n/a
Default Percentage function help


Oh I see!! Im using =SUM(K6:L20) to get a total time and then I go to
the box and select FormatCellsCustom[h]:mm ? It worked but I cant
find or dont have a [h]:mm I have a [h]:mm:ss which gives seconds and I
dont want seconds. Where is the other one located (microsoft
2003)Thanks!!


--
oxicottin
------------------------------------------------------------------------
oxicottin's Profile: http://www.excelforum.com/member.php...o&userid=31702
View this thread: http://www.excelforum.com/showthread...hreadid=514055

  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default Percentage function help

As Daddylonglegs said use custom format and type in [hh]:mm or select the
built in format, then click custom and click at the end in the format box
and backspace off the :ss at the end

--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

Portland, Oregon




"oxicottin" wrote
in message ...

Oh I see!! Im using =SUM(K6:L20) to get a total time and then I go to
the box and select FormatCellsCustom[h]:mm ? It worked but I cant
find or dont have a [h]:mm I have a [h]:mm:ss which gives seconds and I
dont want seconds. Where is the other one located (microsoft
2003)Thanks!!


--
oxicottin
------------------------------------------------------------------------
oxicottin's Profile:
http://www.excelforum.com/member.php...o&userid=31702
View this thread: http://www.excelforum.com/showthread...hreadid=514055


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
How do I change percentage function to less than a hundredth? Georgia New Users to Excel 1 January 23rd 06 04:52 PM
UDF help please Adam Kroger Excel Discussion (Misc queries) 3 December 17th 05 07:21 PM
Changing worksheet cells from within a function James4U2enjoy Setting up and Configuration of Excel 1 October 14th 05 02:16 PM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM


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

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"