Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a list of stocks like this:
Stock Price ABC 0.35 DEF 0.35 The price updates with a DDE Link (Dynamic Data Exchange) - basically a formula. Is it possible to have the cell turn green if the new price is greater than the last price and red if the new price is less than or equal to the last price ? Thank you in advance. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you import your new prices in the next column to the right, you could
easily employ Conditional Formatting to compare it to the previous price and set the background color accordingly.....in addition, you would have data for a Chart, if desired. If your new data overwrites the old data, it's much harder. Perhaps a superprogrammer could do it in VBA by copying the old data to a helper range doing the import, doing the comparison, coloring the cells, and then deleting the helper range.....but it's beyond my level of expertize. If you don't get a better answer here, you might try re-posting in the Programming Newsgroup. hth Vaya con Dios, Chuck, CABGx3 "carl" wrote: I have a list of stocks like this: Stock Price ABC 0.35 DEF 0.35 The price updates with a DDE Link (Dynamic Data Exchange) - basically a formula. Is it possible to have the cell turn green if the new price is greater than the last price and red if the new price is less than or equal to the last price ? Thank you in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro To Change Cell Color (Continued) | Excel Worksheet Functions | |||
Macro To Change Cell Color When Value Changes | Excel Worksheet Functions | |||
How do I change cell color based upon data range within the cell? | Excel Worksheet Functions | |||
How do I change the color of the indicator cell in row and column | Excel Worksheet Functions | |||
cell color change based on due date | New Users to Excel |