Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'd like to create a function that will automatically
store a new high value of another cell when it occurs, but will not change if that first cell's value drops. I've tried something like Function NuHi(OldHi, PriceNow) NuHi = OldHi If PriceNow OldHi Then NuHi = PriceNow OldHi = PriceNow End If End Function But this won't work. If I remove the OldHi = PriceNow line, the function will take a value from another cell which is put in the OldHi parameter, but if that value goes down, the function gives a lower value. Can anyone help? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatic updating | Excel Worksheet Functions | |||
automatic updating | Charts and Charting in Excel | |||
cell values/automatic updating | Excel Discussion (Misc queries) | |||
automatic updating | Excel Discussion (Misc queries) | |||
Automatic Updating Charts | Charts and Charting in Excel |