S
snake
Hello,
I need some help to make a macro that look up for values on a specific day
and month to make an average. Here I show how it looks
A B C
Day Hour Value
01/01/05 8:00 10
01/01/05 9:00 11
01/01/05 10:00 20
02/01/05 8:00 25
03/01/05 8:00 30
The macro should be able to make an average of the day entered (01/01/05) by
the user and for a second option doing it with the moth.
If the day entered by the user is in the column A I need to store the value
and go on to the second line to do the same, storing the value to get the
average of them as an output
Same with the monthly average but searching the /mm/ space
Any help is welcome Im just need a hand to start
I need some help to make a macro that look up for values on a specific day
and month to make an average. Here I show how it looks
A B C
Day Hour Value
01/01/05 8:00 10
01/01/05 9:00 11
01/01/05 10:00 20
02/01/05 8:00 25
03/01/05 8:00 30
The macro should be able to make an average of the day entered (01/01/05) by
the user and for a second option doing it with the moth.
If the day entered by the user is in the column A I need to store the value
and go on to the second line to do the same, storing the value to get the
average of them as an output
Same with the monthly average but searching the /mm/ space
Any help is welcome Im just need a hand to start