Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default adding up time over & under a specified amount

Hi -

I have a caregiver who comes 3 times a week. There is a time limit of 38
hours per month for how long she's allowed to be here. I have a timesheet
set up to keep track of her hours. The usual time she's here each day is 3
hours. I've been trying to keep track of the over/under amount to know how
much time she has left for the month - would like help, please.

As a secondary matter, I would like to format the over 3 hours amounts,
when they occur, in red.

tia

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 56
Default adding up time over & under a specified amount

I have a caregiver who comes 3 times a week. There is a time limit of 38
hours per month for how long she's allowed to be here. I have a timesheet
set up to keep track of her hours. The usual time she's here each day is 3
hours. I've been trying to keep track of the over/under amount to know how
much time she has left for the month - would like help, please.


Here's one way.

In column A, put the visit dates, and in column B put the corresponding hours for each date. The list starts in row 1 and should have no gaps.

In C1, put
=38-B1

In C2 put
=IF(A2="","",IF(A2EOMONTH(A1,0),38,C1)-B2)
and copy C2 down past the end of the list.

The entries in column C should now equal the hours left in the month.

Modify as needed.


As a secondary matter, I would like to format the over 3 hours amounts,
when they occur, in red.


Select column B, then use conditional formatting. Use this equation
=B13
to select the affected cells. Click the "Format" button and pick the color red.

(I have Excel 2010.)
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 56
Default adding up time over & under a specified amount




I have a caregiver who comes 3 times a week. There is a time limit of 38
hours per month for how long she's allowed to be here. I have a timesheet
set up to keep track of her hours. The usual time she's here each day is 3
hours. I've been trying to keep track of the over/under amount to know how
much time she has left for the month - would like help, please.



Here's one way.

In column A, put the visit dates, and in column B put the corresponding hours for each date. The list starts in row 1 and should have no gaps.

In C1, put
=38-B1

In C2 put
=IF(A2="","",IF(A2EOMONTH(A1,0),38,C1)-B2)
and copy C2 down past the end of the list.

The entries in column C should now equal the hours left in the month. Negative numbers indicate being over the monthly limit.

Modify as needed.



As a secondary matter, I would like to format the over 3 hours amounts,
when they occur, in red.



Select column B, then use conditional formatting. Use this equation
=B13
to select the affected cells. Click the "Format" button and pick the color red.

(I have Excel 2010.)
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default adding up time over & under a specified amount

Wandering along the edges of microsoft.public.excel.worksheet.functions,
I found the following bit of electronic flotsam written by MyVeryOwnSelf
in
:

In column A, put the visit dates, and in column B put the
corresponding hours for each date. The list starts in row 1 and should
have no gaps.

In C1, put
=38-B1

In C2 put
=IF(A2="","",IF(A2EOMONTH(A1,0),38,C1)-B2)
and copy C2 down past the end of the list.

The entries in column C should now equal the hours left in the month.

Modify as needed.


Thanks
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
Calculate the amount of time over a permitted amount (12 hours) Steve M Excel Discussion (Misc queries) 9 June 2nd 10 09:25 PM
Adding amount from 1 colum depending on # piece amount in colum 2 hotrodflatglass Excel Discussion (Misc queries) 2 March 17th 10 06:22 PM
adding an amount to each cell mark Excel Worksheet Functions 3 August 4th 08 10:47 PM
Adding to an amount in a cell Roberta Excel Discussion (Misc queries) 5 August 12th 07 02:48 AM
How can I calculate amount of time left based on amount spent? KLD Excel Worksheet Functions 3 May 23rd 06 04:20 PM


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