I have data in a spreadsheet with different but related Alpha locations in Col A&B. I need to count specific values in Col H for each Alpha value. The ALPHA values vary and are numerous. I am trying to accomplish the following,
If Exact alpha values in col A & B (A is a facility code and B is a station code) then count values = to 0.25 in col H
If Exact alpha values in col A & B (A is a facility code and B is a station code) then count values = to .0.5 in col H
If Exact alpha values in col A & B (A is a facility code and B is a station code) then count values = > 1 in col H
I would like to display the results in a second tab spreadsheet such as
Col A =Facility Code; Col B Station; Col C count values = to 0.25; Col D count values = to .0.5 in col H
And Col D =) then count values = > 1 in col H
Since I have to repeat this once to twice a week for 20 facilities. I was attempting excel codes to make this work so that I can cut and paste data in a template. There are typically 60,000 rows of data. I need help with a VBA code to save time.
Any help or suggest VBA or Excel will help. Thank you
If Exact alpha values in col A & B (A is a facility code and B is a station code) then count values = to 0.25 in col H
If Exact alpha values in col A & B (A is a facility code and B is a station code) then count values = to .0.5 in col H
If Exact alpha values in col A & B (A is a facility code and B is a station code) then count values = > 1 in col H
I would like to display the results in a second tab spreadsheet such as
Col A =Facility Code; Col B Station; Col C count values = to 0.25; Col D count values = to .0.5 in col H
And Col D =) then count values = > 1 in col H
Since I have to repeat this once to twice a week for 20 facilities. I was attempting excel codes to make this work so that I can cut and paste data in a template. There are typically 60,000 rows of data. I need help with a VBA code to save time.
Any help or suggest VBA or Excel will help. Thank you