Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way. right click sheet tabview codeinsert this.
Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address < "$A$1" Then Exit Sub If Range("a1") Range("a2") Then Range("a2") = Range("a1") End Sub -- Don Guillett SalesAid Software "Gupta A." wrote in message ... Say i have two cells, A1 is dynamic. In A2 i want the maximum value whic hever appears in A1. For example if A1 becomes 10, and then drops to 5, i want A2 to display 10 until the value becomes greater than ten. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with this conditional IF statement | Excel Discussion (Misc queries) | |||
changing a cell to changing the link | Excel Worksheet Functions | |||
Changing cell colour depending on another cells value... | Excel Discussion (Misc queries) | |||
cell color index comparison | New Users to Excel | |||
Changing Cell formats to date fields automatically | Excel Worksheet Functions |