Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PamelaT
 
Posts: n/a
Default Date Range for my time sheet

my payperiods run from the1st to the 15th and 16th to end of the month. i
currently have a time sheet displaying a start date:
L4
and then each consecutive day as:
$L$4+1
$L$4+2 and so on up to $L$4+15 (to cover all
months)
but in feb for example the dates populate into the next pay period.
is there a better way to auto populate just the fields in the current pay
period or to HIDE the rows that are outside the pay period?

Thanks from the newbie!!


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
daddylonglegs
 
Posts: n/a
Default Date Range for my time sheet


Where do you have =$L$4+1? If it's in L5 try this formula instead

=IF(L4="","",IF(DAY(L4+1)DAY(L4),L4+1,""))

format as date and copy down column


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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PamelaT
 
Posts: n/a
Default Date Range for my time sheet

Thankyou daddylonglegs! that worked beaautifully!!

"daddylonglegs" wrote:


Where do you have =$L$4+1? If it's in L5 try this formula instead

=IF(L4="","",IF(DAY(L4+1)DAY(L4),L4+1,""))

format as date and copy down column


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


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 create a schedule from a list of dates ? Gavin Morris Charts and Charting in Excel 2 October 28th 10 04:08 PM
How to copy records containing a specific date range to new sheet? Chrys Excel Worksheet Functions 1 January 30th 06 08:19 PM
How to calculate Date & Time differences robs Excel Worksheet Functions 2 October 4th 05 04:22 PM
Date Range and calculation vgreen Excel Worksheet Functions 2 August 23rd 05 11:08 AM
HELP CONSOLIDATING SAME RANGE EACH SHEET TO SEPARATE SHEET AND RANGE Excel Discussion (Misc queries) 1 June 24th 05 06:31 PM


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