Search : in
By :

Compare series and display formatted series

Last answer on Jun 21, 2009 5:24:50 am BST Sham, on Jun 20, 2009 7:31:42 pm BST 
 Report this message to moderators

Hello,
I have a long series of data from 1950 to 2100 and their 12 months values as follows. I need to compare the vertical column and get the value horizontally for each year and 12 months.The required format would be like

1950 1951 1952..........................................2100
1
2
3
4
5
6
7
8
9
10
11
12

I used the command INDEX($B$3:$D$14,MATCH(C3,$C$3:$C$14,1),3) It can match only the months but not the year so I have to do it separately for every year taking only the monthly series for that year. I want a formula that matches the year first from whole series 1950-2100 and its month from 1 to 12 and display the value for that particular year in the above format. Any help would be appreciated. The data example is as follows. The same format continues up to 2100.

1950 1 0.114265742
1950 2 1.868213036
1950 3 0.371982709
1950 4 0.247900694
1950 5 0.063933763
1950 6 0.126441072
1950 7 0.31533796
1950 8 0.109362281
1950 9 1.190689917
1950 10 0.011078935
1950 11 0.62253943
1950 12 0.013913919
1951 1 0.829242
1951 2 0.726890942
1951 3 1.402155345
1951 4 0.090852742
1951 5 0.519283938
1951 6 0.438593793
1951 7 0.168011213
1951 8 1.178202133
1951 9 0.046328742
1951 10 0.04320839
1951 11 0.81522594
1951 12 0.670971346
1952 1 1.503163465
1952 2 0.554984511
1952 3 0.024513632
1952 4 0.261339648
1952 5 0.066605057
1952 6 0.153780878
1952 7 0.514289809
1952 8 0.336424178
1952 9 1.097034539
1952 10 0.281516791
1952 11 0.139816638
1952 12 0.102879747....................

Configuration: Windows XP

Best answers for « Compare series and display formatted series » in :
Using No-CD Crack, Keygen, Serial and Patches ShowUsing No-CD Crack, Keygen, Serial and Patches Using No-CD Crack, Keygen, Serial and Patches A Patch or No-CD crack is a modified file or program that allows a user to run computer softwares without making use of the initial CD...
Displaying video from a PC on a television screen ShowDisplaying video from a PC on a television screen TV output S-Video output Configuration under Windows FAQ You can display the output from the computer on a television (or even the sound on an amplifier). But that implies that the...
Formatting Your Hard Drive ShowFormatting Your Hard Drive Formatting and installing your Hard drive using the installation CD ] A hard disk drive is a non-volatile device mainly for data storage. Usually faster than any other storage device, this essential...
Download HP USB Disk Storage Format Tool ShowHP USB Disk Storage Format Tool is a small utility allowing to format a key USB or READER MP4. It also allows to make a key (Bootable). This software works with all keys and readers MP4 of the market. To make work this utility under Windows...
Download Format Factory ShowFormat Factory is an application that allows conversion of various types of media files. It has various characteristics that allow you to customize a lot of stuff like: Convert video formats, audio and picture shows. Repair damaged files. Reduce...
Managing images in HTML ShowHow do you display images on a web page? Having a few images on a website can make it more attractive and user-friendly. However, it is important not to go overboard, since images can take a long time to load, and in some cases can make a document...
The USB (Universal Serial Bus) ShowIntroduction to the USB USB (Universal Serial Bus) is as its name suggests, based on serial type architecture. However, it is an input-output interface much quicker than standard serial ports. Serial architecture was used for this type of port for...
Serial ATA (SATA or S-ATA) ShowIntroduction The Serial ATA standard (S-ATA or SATA) is a standard bus allowing high-speed storage peripherals to be connected to PC computers. The Serial ATA standard was introduced in February 2003 in order to compensate for limitations of the...

1

 venkat1926, on Jun 21, 2009 5:24:50 am BST

USE PIVOT TABLE.
You can read about pivot table

open this webhpage

http://www.contextures.com/tiptech.html
go down to the item pivot table
the result will be something like this

MONTH 1950 1951
1 0.114265742 0.829242
2 1.868213036 0.726890942
3 0.371982709 1.402155345
4 0.247900694 0.090852742
5 0.063933763 0.519283938
6 0.126441072 0.438593793
7 0.31533796 0.168011213
8 0.109362281 1.178202133
9 1.190689917 0.046328742
10 0.011078935 0.04320839
11 0.62253943 0.81522594
12 0.013913919 0.670971346

Reply to venkat1926