JenniferMurphy
Well-known Member
- Joined
- Jul 23, 2011
- Messages
- 2,676
- Office Version
- 365
- Platform
- Windows
I have a column of text values representing the number of weeks remaining before some deadline.
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD="align: center"]Lead Time[/TD]
[/TR]
[TR]
[TD="align: right"]25 Wks [/TD]
[/TR]
[TR]
[TD="align: right"]28 Wks [/TD]
[/TR]
[TR]
[TD="align: right"]30 Wks [/TD]
[/TR]
[TR]
[TD="align: right"]18 Wks[/TD]
[/TR]
[TR]
[TD="align: right"]35 Wks[/TD]
[/TR]
[TR]
[TD="align: right"]3 Wks[/TD]
[/TR]
[TR]
[TD="align: right"]27 Wks [/TD]
[/TR]
[TR]
[TD="align: right"]38 Wks [/TD]
[/TR]
</tbody>[/TABLE]
I would like like to highlight (fill color) the cells depending on the value. For example, set the fill to red for cells that are less than 2 wks. But these are text values, not numeric. Is there any way to do this?
It would be difficult for me to change these values to numeric.
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD="align: center"]Lead Time[/TD]
[/TR]
[TR]
[TD="align: right"]25 Wks [/TD]
[/TR]
[TR]
[TD="align: right"]28 Wks [/TD]
[/TR]
[TR]
[TD="align: right"]30 Wks [/TD]
[/TR]
[TR]
[TD="align: right"]18 Wks[/TD]
[/TR]
[TR]
[TD="align: right"]35 Wks[/TD]
[/TR]
[TR]
[TD="align: right"]3 Wks[/TD]
[/TR]
[TR]
[TD="align: right"]27 Wks [/TD]
[/TR]
[TR]
[TD="align: right"]38 Wks [/TD]
[/TR]
</tbody>[/TABLE]
I would like like to highlight (fill color) the cells depending on the value. For example, set the fill to red for cells that are less than 2 wks. But these are text values, not numeric. Is there any way to do this?
It would be difficult for me to change these values to numeric.