I have a column on a spreadsheet with a Title of "Action"

In this column, there will either be the word "Add" "Delete" or "Update"

As of the moment, the column goes from G:3 to G:731, but that will grow down.

I need to skip down two from the bottom (I know how to do this) and Count howmany times the word "Add", how many times the word "Delete", how many times the word "Update" appear as well as how many times there is nothing at all listed in this column.

I spent some time Googling =COUNT but I can't find any examples that satisify what I need to do.