Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
AM AM is offline
external usenet poster
 
Posts: 41
Default Fill work day

I am looking to fill workday in column A, and one blank line between week.

Thanks
AM
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Fill work day

Put the start date in A1, and then in A3 enter (A3 NOT A2)

=IF(A2="",A1+3,IF(WEEKDAY(A2)=6,"",A2+1))

copy A3 down and up to A2. A2 will have an #REF in it, but it affects
nothing.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"AM" wrote in message
...
I am looking to fill workday in column A, and one blank line between week.

Thanks
AM



  #3   Report Post  
Posted to microsoft.public.excel.programming
AM AM is offline
external usenet poster
 
Posts: 41
Default Fill work day

Bob, Thanks. It works fine but I have a blank line at top (only) between
monday and tue. I started out with 7/9/09 and it looks like.
07/09/2007

07/12/2007
07/13/2007

07/16/2007
07/17/2007
07/18/2007
07/19/2007
07/20/2007

Am I doing something wrong? Thanks again

AM

"Bob Phillips" wrote:

Put the start date in A1, and then in A3 enter (A3 NOT A2)

=IF(A2="",A1+3,IF(WEEKDAY(A2)=6,"",A2+1))

copy A3 down and up to A2. A2 will have an #REF in it, but it affects
nothing.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"AM" wrote in message
...
I am looking to fill workday in column A, and one blank line between week.

Thanks
AM




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Fill work day

You also need to copy A3 up to A2 as I said. You put it in A3 first, because
if you put it in A2 first, you generate a #REF error which doesn't correct
in A3.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"AM" wrote in message
...
Bob, Thanks. It works fine but I have a blank line at top (only) between
monday and tue. I started out with 7/9/09 and it looks like.
07/09/2007

07/12/2007
07/13/2007

07/16/2007
07/17/2007
07/18/2007
07/19/2007
07/20/2007

Am I doing something wrong? Thanks again

AM

"Bob Phillips" wrote:

Put the start date in A1, and then in A3 enter (A3 NOT A2)

=IF(A2="",A1+3,IF(WEEKDAY(A2)=6,"",A2+1))

copy A3 down and up to A2. A2 will have an #REF in it, but it affects
nothing.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)



"AM" wrote in message
...
I am looking to fill workday in column A, and one blank line between
week.

Thanks
AM






  #5   Report Post  
Posted to microsoft.public.excel.programming
AM AM is offline
external usenet poster
 
Posts: 41
Default Fill work day

That works,

Thanks
AM



"Bob Phillips" wrote:

You also need to copy A3 up to A2 as I said. You put it in A3 first, because
if you put it in A2 first, you generate a #REF error which doesn't correct
in A3.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"AM" wrote in message
...
Bob, Thanks. It works fine but I have a blank line at top (only) between
monday and tue. I started out with 7/9/09 and it looks like.
07/09/2007

07/12/2007
07/13/2007

07/16/2007
07/17/2007
07/18/2007
07/19/2007
07/20/2007

Am I doing something wrong? Thanks again

AM

"Bob Phillips" wrote:

Put the start date in A1, and then in A3 enter (A3 NOT A2)

=IF(A2="",A1+3,IF(WEEKDAY(A2)=6,"",A2+1))

copy A3 down and up to A2. A2 will have an #REF in it, but it affects
nothing.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)



"AM" wrote in message
...
I am looking to fill workday in column A, and one blank line between
week.

Thanks
AM








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
Formula with DateValue and doing Fill doesn't work, need help Theresa W Excel Worksheet Functions 4 August 8th 07 09:54 PM
Cell fill colors don't appear to work... Rob Excel Discussion (Misc queries) 1 September 19th 05 11:49 PM
I have a list of data, fill in the gaps. FILL function won't work Triv Excel Discussion (Misc queries) 1 September 17th 05 02:33 PM
fill color doesn't work Judy Excel Worksheet Functions 2 March 13th 05 12:56 AM
Auto-fill won't work spelunker64 Excel Worksheet Functions 1 November 16th 04 09:00 PM


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