Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a spreadsheet in which a value is automatically imported into B2
each day. I would like B3 to automatically show the maximum value ever reached in B2 and, in B4, the minimum ever reached by B2. Could someone advise me on how I might do this please. TIA. -- F (Beware of spam trap - remove the negative) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi F
You can add this to your code If Range("B2").Value Range("B3").Value Then Range("B3").Value = Range("B2").Value End If You can do the same for minimum -- Regards Ron de Bruin http://www.rondebruin.nl "F" wrote in message ... I have a spreadsheet in which a value is automatically imported into B2 each day. I would like B3 to automatically show the maximum value ever reached in B2 and, in B4, the minimum ever reached by B2. Could someone advise me on how I might do this please. TIA. -- F (Beware of spam trap - remove the negative) |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Ron
Thanks for the help: appreciated! -- F (Beware of spam trap - remove the negative) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula for Minimum/Maximum | Excel Worksheet Functions | |||
Maximum and Minimum of a cell that changes | Excel Discussion (Misc queries) | |||
maximum/minimum value in formula | Excel Discussion (Misc queries) | |||
Spinners - minimum and maximum | Excel Discussion (Misc queries) | |||
Maximum and minimum cell value | Excel Discussion (Misc queries) |