Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Rebecca
 
Posts: n/a
Default Entering date in cell need to show bi-weekly paydate in another

Excel - I am creating an HR form for wage adjustments. I need to enter a date
in one cell and have the associated bi-weekly paydate show in another cell on
the form.
  #2   Report Post  
Posted to microsoft.public.excel.misc
protonLeah
 
Posts: n/a
Default Entering date in cell need to show bi-weekly paydate in another


Assuming paydys are around the 1st and 15th, something like:
=IF(DAY(A1)15,A1+30-DAY(A1)+1,A1+15-DAY(A1))
should get you in the right direction...


--
protonLeah
------------------------------------------------------------------------
protonLeah's Profile: http://www.excelforum.com/member.php...o&userid=32097
View this thread: http://www.excelforum.com/showthread...hreadid=543978

  #3   Report Post  
Posted to microsoft.public.excel.misc
daddylonglegs
 
Posts: n/a
Default Entering date in cell need to show bi-weekly paydate in another


Hi Rebecca, you haven't given much away.

If you always want to find the NEXT payday, after a date in A1,
assuming paydays are every 14 days, try this.

In B1 put any past paydate

in C1 use this formula

=CEILING(A1-B1,14)+B1


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

  #4   Report Post  
Posted to microsoft.public.excel.misc
Sandy Mann
 
Posts: n/a
Default Entering date in cell need to show bi-weekly paydate in another

Rebecca/Victoria?

If you want to find the date with only one reference cell then try:

=CEILING(A1+0,14)-0

Which returns a Saturday date. To return the previous Thursday change the
+0 and -0 to 2's:

=CEILING(A1+2,14)-2

To return the "other" Thursday (ie the intervening Thursday) use:

=CEILING(A1+9,14)-9

Similarly +3 and -3 ( or +10 and -10) will return Wednesday etc

--
HTH

Sandy
In Perth, the ancient capital of Scotland


with @tiscali.co.uk


"Rebecca" wrote in message
...
Excel - I am creating an HR form for wage adjustments. I need to enter a
date
in one cell and have the associated bi-weekly paydate show in another cell
on
the form.



  #5   Report Post  
Posted to microsoft.public.excel.misc
Sandy Mann
 
Posts: n/a
Default Entering date in cell need to show bi-weekly paydate in another


"Sandy Mann" wrote in message
...
Rebecca/Victoria?


My Apologies for calling you Victoria - I don't know where that came from.

--

Sandy
In Perth, the ancient capital of Scotland


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
if data in one cell, then date in adjacent cell Jane Excel Worksheet Functions 8 December 22nd 07 03:34 AM
Help with this conditional IF statement C-Dawg Excel Discussion (Misc queries) 3 May 15th 06 06:01 PM
extract name when a date in another cell gets near cityfc Excel Worksheet Functions 5 November 10th 05 01:20 AM
numbers being entered show in formula bar but not in cell? Jim in Florida Excel Discussion (Misc queries) 2 May 13th 05 06:36 PM
Addition to Turn cell red if today is greater or equal to date in cell Rich New Users to Excel 2 December 9th 04 02:06 AM


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