PC Review


Reply
Thread Tools Rate Thread

Creating A Gantt Chart In Excel

 
 
SamuelT
Guest
Posts: n/a
 
      23rd May 2006

Hi all,

So, I'm creating a gantt chart in Excel and it's going OK. The formula
I'm using is:

=IF(AND(C$1>=$A$2,C$1<$B$2),"1","")

C1 is January 1st, D1 is February the first, etc. A2 is the start date
of the project and B2 is the end date. Conditional formatting changes
the cell with one into a green. This is working fine except where a
project starts mid month the formula does not pick it up.

Can anyone suggest what changes I need to make so that the formula will
put a "1" where a project starts mid-month.

TIA,

SamuelT


--
SamuelT
------------------------------------------------------------------------
SamuelT's Profile: http://www.excelforum.com/member.php...o&userid=27501
View this thread: http://www.excelforum.com/showthread...hreadid=544666

 
Reply With Quote
 
 
 
 
=?Utf-8?B?Q0xS?=
Guest
Posts: n/a
 
      23rd May 2006
Maybe.........
=IF(AND(MONTH(C$1)=MONTH($A$2),C$1<$B$2),"1","")

Vaya con Dios,
Chuck, CABGx3



"SamuelT" wrote:

>
> Hi all,
>
> So, I'm creating a gantt chart in Excel and it's going OK. The formula
> I'm using is:
>
> =IF(AND(C$1>=$A$2,C$1<$B$2),"1","")
>
> C1 is January 1st, D1 is February the first, etc. A2 is the start date
> of the project and B2 is the end date. Conditional formatting changes
> the cell with one into a green. This is working fine except where a
> project starts mid month the formula does not pick it up.
>
> Can anyone suggest what changes I need to make so that the formula will
> put a "1" where a project starts mid-month.
>
> TIA,
>
> SamuelT
>
>
> --
> SamuelT
> ------------------------------------------------------------------------
> SamuelT's Profile: http://www.excelforum.com/member.php...o&userid=27501
> View this thread: http://www.excelforum.com/showthread...hreadid=544666
>
>

 
Reply With Quote
 
SamuelT
Guest
Posts: n/a
 
      23rd May 2006

Vaya,

There was one little thing missing:

=IF(AND(MONTH(C$1)>=MONTH($A$2),C$1<$B$2),"1","")

Many Thanks,

SamuelT


--
SamuelT
------------------------------------------------------------------------
SamuelT's Profile: http://www.excelforum.com/member.php...o&userid=27501
View this thread: http://www.excelforum.com/showthread...hreadid=544666

 
Reply With Quote
 
=?Utf-8?B?Q0xS?=
Guest
Posts: n/a
 
      23rd May 2006
You're welcome........glad you figured it out.

Sorry about the type-o, my tongue got in front of my eye-tooth and I
couldn't see what I was saying <g>

Vaya con Dios,
Chuck, CABGx3



"SamuelT" wrote:

>
> Vaya,
>
> There was one little thing missing:
>
> =IF(AND(MONTH(C$1)>=MONTH($A$2),C$1<$B$2),"1","")
>
> Many Thanks,
>
> SamuelT
>
>
> --
> SamuelT
> ------------------------------------------------------------------------
> SamuelT's Profile: http://www.excelforum.com/member.php...o&userid=27501
> View this thread: http://www.excelforum.com/showthread...hreadid=544666
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a Gantt Chart Kathryn Microsoft Excel Discussion 6 19th Apr 2010 03:10 AM
Creating a gantt chart using formulas/conditional formatting Karl Microsoft Excel Misc 1 3rd May 2008 06:14 PM
Creating a Gantt chart using Excel (Video) Duncan Microsoft Excel Discussion 0 24th Nov 2007 05:21 PM
Creating a Gantt chart using Excel (Video) Duncan Microsoft Excel Misc 0 24th Nov 2007 05:20 PM
creating a gantt chart automatically Sue W Microsoft Excel Charting 3 6th Feb 2004 09:04 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:51 PM.