Hi All,
I have a data set that is ordered by day. Each day can have up to 4 rows. For each day the row has another column to determine if it's a high tide or low tide (simply by and H or L).
I need to create a column that for each day will count the number of high tides and low tide values.
In the example below I am looking for a way to create the count in column C.
E.G
COLUMN A COL B COL C
01/01/2015 L 1
01/01/2015 H 1
01/01/2015 L 2
01/01/2015 H 2
02/01/2015 H 1
02/01/2015 H 2
02/01/2015 L 1
02/01/2015 H 3
Any help would be much appreciated.
Anthony
I have a data set that is ordered by day. Each day can have up to 4 rows. For each day the row has another column to determine if it's a high tide or low tide (simply by and H or L).
I need to create a column that for each day will count the number of high tides and low tide values.
In the example below I am looking for a way to create the count in column C.
E.G
COLUMN A COL B COL C
01/01/2015 L 1
01/01/2015 H 1
01/01/2015 L 2
01/01/2015 H 2
02/01/2015 H 1
02/01/2015 H 2
02/01/2015 L 1
02/01/2015 H 3
Any help would be much appreciated.
Anthony