Hi guys!
I am making my grant chart to tracking multiple projects. This picture show the total view.
1) There is a way to highlight the entire row if column A contain integer even or odd number only [1,2,3,..]. I don't want them to highlight the row there is not a integer. [1.1,1.2,.. ]
This is my condition:
PS. I will add one more condition for even number to highlight with different colour.
2) I have 2 conditions to show this
Is it possible to assign condition if column A contain even then show one color or column A contain odd number then show the different color?
3) Is it possible to copy word in the column B then show on the start date in the current row? Pls see the detail in below pictures.
( cell I6 contain date that copy from D3 then plus1 for next column.)
Sorry if my explanation does not clear.
I am making my grant chart to tracking multiple projects. This picture show the total view.
1) There is a way to highlight the entire row if column A contain integer even or odd number only [1,2,3,..]. I don't want them to highlight the row there is not a integer. [1.1,1.2,.. ]
This is my condition:
Excel Formula:
=ISODD($A8)
PS. I will add one more condition for even number to highlight with different colour.
2) I have 2 conditions to show this
Excel Formula:
=AND($D8<=I$6,ROUNDDOWN(($E8-$D8+1)*$G8,0)+$D8-1>=I$6)
Excel Formula:
=AND(NOT(ISBLANK($D8)),$D8<=I$6,$E8>=I$6)
Is it possible to assign condition if column A contain even then show one color or column A contain odd number then show the different color?
3) Is it possible to copy word in the column B then show on the start date in the current row? Pls see the detail in below pictures.
( cell I6 contain date that copy from D3 then plus1 for next column.)
Sorry if my explanation does not clear.