I'm not sure what I did wrong on the HTML thing but, how do I get Conditional Formating to draw a line between 8/25 and 8/29 in the date coloumn. Note: the dates change everyday and I want the line to follow according to today's date.
Your criteria seems a little vague. If I understand you right, select your range of dates, choose conditional formatting from the format menu, change the drop down to "formula is" and type or paste in
=AND(A1>=(TODAY()-2),A1<=(TODAY()+2))
(adjust A1 to the first cell in your range.
Click the format button and choose the format to your liking.
EDIT:
A simpler formula just occured to me. Instead you could also use
=ABS(A1-TODAY())<=2 This message was edited by IML on 2002-08-27 13:14
Chris is correct. I had assumed that there would be a date for each day without any missing dates. Chris's formula will work if there are certain dates missing.
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.