coolguykets1
Board Regular
- Joined
- Feb 6, 2013
- Messages
- 94
Hi , I am planning to create a dashboard which will help executives look at how many projects we can start with respect to resources available / freed up.
I have a list of projects with Resources required and i also have the number of resources required for each projects.
Can someone please help me create a Button / color the projects which can be choose with respect to available resources
In the case below row 3,4,5 should be higlighted
--
Cell A1 : 100 ( This is Input for Resources Available )
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]100[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Project Number[/TD]
[TD]Resources Required[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Q1[/TD]
[TD]70[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Q2[/TD]
[TD]25[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Q3[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Q4[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]Q5[/TD]
[TD]40[/TD]
[/TR]
</tbody>[/TABLE]
I have a list of projects with Resources required and i also have the number of resources required for each projects.
Can someone please help me create a Button / color the projects which can be choose with respect to available resources
In the case below row 3,4,5 should be higlighted
--
Cell A1 : 100 ( This is Input for Resources Available )
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]100[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Project Number[/TD]
[TD]Resources Required[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Q1[/TD]
[TD]70[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Q2[/TD]
[TD]25[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Q3[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Q4[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]Q5[/TD]
[TD]40[/TD]
[/TR]
</tbody>[/TABLE]