HI
I am relatively new user of excel and hopefully there is a fairly easy
soultion for my problem. I am currently working on a large data set
containing hourly wind speed over a large period of time.
My problem is explained below.
For example:
col A1 contains hours 0-23. The data in Col A2 should contain the same
hours. Col A3 shows hourly wind speed data. As you can see from Ex 1 the
hours of A1 and A2 do not match. What I am trying to do is to find a way that
allows me to compare the hours of A1 and A2 and if they are not equal, col A2
and A3 should move down so that A1 and A2 are equal, also leaving a blank
space in the A3 col. Ex 1 shows my current problems where A1 does not equal
A2. Ex 2 shows the way I want it to be
Ex 1 Ex2
A1 A2 A3 A1 A2 A3
0 0 7 0 0 7
1 1 8 1 1 8
2 3 5 2 2
3 6 7 3 3 5
4 7 6 4 4
5 8 6 5 5
6 9 5 6 6
7 7 7 6
"
"
23
What I have done so far is to to create a IF funtion that allows me to
compare A1 and A2 so they return a true value or false. Then I have to do the
rest manually, by inserting new rows. And that is very time demanding...
Hope I made myself clear. I appreciate all the help I can get it.
Thanks
Regards
/ max
Bookmarks