Milestones

jasman

Board Regular
Joined
Oct 30, 2010
Messages
141
Hi. Im creating a timeline in excel and need it to automatically enter milestones by looking at dates entered by the user in another sheet.

basically im after formulae in sheet1 for 2 rows of cells that:

: looks at the date in row 4 of that column and if it matches date in cell c4 of Sheet 2, then add a triangle into the current cell (i guess the traingle addign would be putting a little triangle on the sheet somewhere and if the criteria is met it copies and pastes the traingle cell into the current one?)
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Hi,

Can you provide some sample data?


Excel Workbook
AB
1Lookup DateStatus
202/05/2011r
Sheet1


Sheet1 B2 needs formatting as Wingdings3 and you will get a triangle when there is a match.


Excel Workbook
C
1Dates
201/05/2011
302/05/2011
403/05/2011
504/05/2011
605/05/2011
Sheet2


I hope this helps you out.

Ak
 
Upvote 0
Hi. Sorry one more queury related to this. There is a column next to A2 (Lookup date) column which has some text in it. Is ther anyway the text could also be added to the cell along with the triangle, or maybe adjusting the formula so that according to what the text is the traingle changes colour.

Text=

MJ8- Blue triangle
JU8- green triangle
FT8- yelow triangle....etc

Think its a longshot but would be impressive :)
 
Upvote 0
Hi jasman,

You can.
Try this, in your formula use Char(53) format the cell as Webdings.
You will need to use Conditional Formatting. In 2007, Highlight your cell, go to Conditional Formatting, New Rule, Use a formula etc. Use something like this.... =$C$2=$D$2 (D2 has the text in) click Format and choose your formatting, click OK, click New Rule and repeat until you have set your 3 formats.......

Excel Workbook
ABCD
1Lookup DateStatus**
202/05/20115BlueBlue
3***Green
4***Yellow
Sheet1



Excel Workbook
ABCD
1Lookup DateStatus**
202/05/20115GreenBlue
3***Green
4***Yellow
Sheet1






Excel Workbook
ABCD
1Lookup DateStatus**
202/05/20115YellowBlue
3***Green
4***Yellow
Sheet1


As you can see from the examples above, you will need to choose your colours carefully to get a stand out triangle.

I hope that works for you.

Ak
 
Upvote 0
hi. thanks but i cant reference other worksheets when using conditional formatting. Im in excel 2003
 
Upvote 0
Hi,

You can, create a named range for each condition.
Highlight the cell with say Blue in, Right Click Name a Range call it Blue.
Then refer to the Named Range in your Conditional Formatting.....
=$C$2=Blue

I hope that helps.

Ak
 
Upvote 0

Forum statistics

Threads
1,224,613
Messages
6,179,898
Members
452,948
Latest member
Dupuhini

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