Highest High and Lowest Low

J

jimbob

I have a spreadsheet with cells that update in real time. Is there a way
to monitor the highest and lowest values in these cells? I would need to
output the data to another cell so that every time the monitored cells
hit a new high or low, the other cell would be updated. Thanks
 
J

Jon Peltier

In the cells that displays the max and min, enter formulas like

=MAX(A1:A10)
=MIN(A1:A10)

but substitute your data range for A1:A10.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______
 
O

OptionTrader

jimbob

I need to do this too.

There is a way, it's been written on these boards before and involves
about 5 or 6 cells and circular references. Quite complicated if I
remember rightly. Do you think I can find it ???

Hopefully someone will know.

Just to re-state the problem;

Recording the highest and lowest value that has ever appeared in a
single cell.

TIA.
 
O

OptionTrader

Biff

I'm not too bothered about losing data, as it's only looking at daily
High - Lows values that are irrelevant the following day anyway.

It works very well, many thanks.

p.s. Not Biffer UK option trader are you per chance ?
 
J

jimbob

I tried both methods and neither does what I want. It just updates the
cell with whatever value is in the cell I want monitored. I would
think this is an easy task.......put highest vaue for B10 in D10 and
put the lowest value for B10 in D12.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top