dear all,
In sheet1, i have "METAR code" in column A and "insert time" in column B, i want to count data with two categories by combine parse of metar code, i.e "METAR WAAA" and "insert time". FYI, i want to put The summaries is in sheet2.
example :
Data :
result i want :
thanks for any help.
In sheet1, i have "METAR code" in column A and "insert time" in column B, i want to count data with two categories by combine parse of metar code, i.e "METAR WAAA" and "insert time". FYI, i want to put The summaries is in sheet2.
example :
Data :
Excel Workbook | ||||
---|---|---|---|---|
A | B | |||
1 | metar_code | insert_time | ||
2 | METAR WAAA 010000Z 23008KT 180V300 1000 RA FEW017CB BKN018 24/23 Q1010 | 01/03/2011 0:00 | ||
3 | METAR WAAA 010030Z 06004KT 6000 R03/2000 -RA FEW017CB BKN018 24/24 Q1010 | 01/03/2011 0:30 | ||
4 | METAR WAAA 010100Z 06005KT 6000 -RA BKN017 24/24 Q1010= | 01/03/2011 1:00 | ||
5 | METAR WAAA 010130Z 08006KT 7000 -RA BKN019 25/25 Q1010= | 01/03/2011 1:30 | ||
Sheet1 |
result i want :
Excel Workbook | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | 00:00 | 00:30 | 01:00 | 01:30 | |||
2 | 01/01/2011 | 1 | 1 | 1 | 1 | ||
Sheet2 |
thanks for any help.