Hello,
i want to try to find the maximum number for every 96th rows. i have data that is inputed into excel, first column (A) is the date and time and the tenth column (K) contains various values. every 96 rows is one day. within those 96 columns i want to find the maximum number (k column). this has to work for an infinite number of days. any ideas or solutions are appreciated. feel free to contact me with questions.
Configuration: Windows XP Excel 2003
Suppose you have headings in Row 2 (K2=HEADING) and Formula in Row 1 (K1=FORMULA) ......
|
So i just copy and paste this into the K1 cell and it does the rest? i tried it and it only returned the highest overall value in that cell. i need to see each of the highest values for each day in different cells so i can graph it. i was thinking a macro would work better. sry if you get this message twice |
Please be specific in your question as i understand that first you were saying you have some value in your 96th column so I"ve made formula which will figure out maximum value from 96, 192 and so on column.
|
In one column i have the date and time and in another one i have kilo-watts, for each date and time i have a corresponding value in a meter that measures the kilo-watts. every 96 rows is one day and i want to find the maximum for each day. is there a way i can return those values in a seperate column from both of those so i can use it in a graph.
|
Not a macro solution but...
|