Gantt Question

Liverlee

Board Regular
Joined
Nov 8, 2018
Messages
73
Office Version
  1. 2019
Platform
  1. Windows
Hello

Can anyone help me out with this problem? I have a lovely Gantt that increments weekly. I have tasks and I have milestones. I'm trying to create a formula so if column c says "M" for Milestone a star will appear in the relevant cell but I'm running into a brick wall cos the dates increment weekly. so I can't drag formula's across and down.

I've added a conditional formatting icons - 1 = star.

But I cannot get any formula to fill cells G4:BJ50 with a 1 - this just doesn't work for some reason =IF(AND($B4="CT Productivity", $D4="M", $E4>=$G$3, $E4<=$H$3), 1, "")
 

Attachments

  • ihateexcel.png
    ihateexcel.png
    14.6 KB · Views: 8

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Are you able to use XL2BB to indicate which rows and columns we are looking at?

Have you looked at the star icon set in Conditional Formatting?
 
Upvote 0
ah sorry, here's the columns.

i've tried this formula =IF($G3=($E4-WEEKDAY($E4,2)+1),UNICHAR(11088),"") with a unichar character and when I drag across and down this is what I end up with
 

Attachments

  • ihateexcel2.png
    ihateexcel2.png
    22 KB · Views: 5
Upvote 0
=IF($G3=($E4-WEEKDAY($E4,2)+1),UNICHAR(11088),"")
=IF(G$3=($E4-WEEKDAY($E4,2)+1),UNICHAR(11088),"") this works 🤪
 
Upvote 0
Great.

UNICHAR(10039) allows the forground to be set.
 
Upvote 1

Forum statistics

Threads
1,215,372
Messages
6,124,541
Members
449,169
Latest member
mm424

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top