Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a spreadsheet with 1000+ rows. Column X contains a blank field that represents a complete date. When the user enters in a complete date (xx/xx/xx), I would like the row from column A through column AK to change to a different color. The complete dates may be entered into any row anywhere on the spreadsheet. I know I can use conditional formatting, but with so many rows I can't possibly format each row individually. Can anyone provide a VB-based solution? Thanks!!! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this -
Select cell A1 In the goto box left of input bar type A1:AK1000 Format Conditional formats, and in the dropdown - Formula is =AND(LEFT(CELL("format",$X1),1) = "D",$X10) apply your format If the format should only be applied if the date is correctly entered as say 1/1/2000 or later change $X1 0 to $X1 36525 Regards, Peter T "Mr. Dan" wrote in message ... Hi, I have a spreadsheet with 1000+ rows. Column X contains a blank field that represents a complete date. When the user enters in a complete date (xx/xx/xx), I would like the row from column A through column AK to change to a different color. The complete dates may be entered into any row anywhere on the spreadsheet. I know I can use conditional formatting, but with so many rows I can't possibly format each row individually. Can anyone provide a VB-based solution? Thanks!!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change Cell Border Colors | Excel Discussion (Misc queries) | |||
change cell colors for 2 seconds | New Users to Excel | |||
Excel bar chart formatting of bars to change colors as data change | Excel Discussion (Misc queries) | |||
Cell value change to trigger macro (worksheet change event?) | Excel Programming | |||
Change Cell from Validated List Not Firing Worksheet Change Event | Excel Programming |