I have two columns of data. The first 5 cells of Column A contain "Albany, NY". The second 5 cells in column A contain "Atlanta, GA".
Column B contains numbers or blanks...Like this:
Albany, NY 0
Albany, NY 0
Albany, NY 0
Albany, NY (blank)
Albany, NY 5
Atlanta, GA 1
Atlanta, GA 0
Atlanta, GA (blank)
Atlanta, GA 0
Atlanta, GA 1
Column A cells 1-10 are named "Market_Name". Column B cells 1-10 are named "Totals". On another sheet I want to show the number of Albany, NY rows that contain non-blank cells in column B. So, in Boolean terms I want the count of cells where "Market_Name" = Albany, NY AND where "Totals" is not blank. Results should be "4" for either Albany, NY or Atlanta, GA.
Can anyone help with this?
Column B contains numbers or blanks...Like this:
Albany, NY 0
Albany, NY 0
Albany, NY 0
Albany, NY (blank)
Albany, NY 5
Atlanta, GA 1
Atlanta, GA 0
Atlanta, GA (blank)
Atlanta, GA 0
Atlanta, GA 1
Column A cells 1-10 are named "Market_Name". Column B cells 1-10 are named "Totals". On another sheet I want to show the number of Albany, NY rows that contain non-blank cells in column B. So, in Boolean terms I want the count of cells where "Market_Name" = Albany, NY AND where "Totals" is not blank. Results should be "4" for either Albany, NY or Atlanta, GA.
Can anyone help with this?