Hey
I need some help with a VBA code. I've been trying to make some excel work without VBA, but i came to the conclusion that it isnt possible the way i want it to work withouit VBA code
I got an excel sheet with 54000 Rows of data. - Raindata
What i need is as following
Column T is where i want the data - "Volume of the water in the area"
what i need each row in T a calculation needs to be made
fx. in T6 = R6 / 1000 + T5 - But if T6 > 371 it needs to go down with the value in "H2" until T =<0.
as in T6 is 27 - T7 is 50 - T8 is 350 T9 is 373 - now it has to drop until T0<=0.
The parameters is as following.
T = R / 1000 + T-1 (T on row above) if T > 371 then this should be minus H2 until T<= 0. If T > 990 it has to go down with 2*"H2" until T=< 619 where it should only go down with "H2"
I have no idea if this rambling is understandable? i just really need some help or pointers. i've been trying with google but to no avail so far.
Bookmarks