Hi,
I am looking to Capture Minimum and Maximum values froma single Common Dynamic cell.
Details:
Sheet 1: Pulls dynamic (auto/manual refresh) data from web query.
Sheet 2: Cell A1 displays a dynamic number (profit or Loss and which keeps on changing) which is calculated using dynamic values from Sheet 1. It can be Positive or Negative or can change from Positive to Negative & vice versa during the session/day.
Requirement:
Sheet 2, B1 should show MAX value of Cell A1 reached today (not session).
Eg: In A1, suppose Max Value reached = -10, Min Value reached = -20, B1 cell should display -10 and keep on updating as the value changes.
Eg: In A1, suppose Max Value reached = +50, Min Value reached = -15, B1 cell should display +50 and keep on updating as the value changes.
Sheet 2, C1 should show MIN value of Cell A1 reached today (not session).
Eg: In A1, suppose Max Value reached = -10, Min Value reached = -20, C1 cell should display -20 and keep on updating as the value changes1
Eg: In A1, suppose Max Value reached = +50, Min Value reached = -15, C1 cell should display -15 and keep on updating as the value changes.
Optional:
Sheet 2, D1 should show MAX value of Cell A1 reached till date.
Sheet 2, E1 should show MIN value of Cell A1 reached till date.
Only the value in cell A1 in Sheet2 is to be considered and not the entire column A.
There will be various figures in A column but are only concerned with cell A1.
Tried a few solutions but Minimum is captured only when it is a Negative figure.
If above conditions are too many or complex, a basic solution to capture Minimum / Maximum capture would help too.
Thanks.