Using COUNTIF and ISBLANK together

DeavenW

New Member
Joined
Sep 28, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I am trying to get my file to count all of the blank cells within a specific range of cells but only if it has a specific number in column A. The formula I am using to get the first number is (=COUNTIF('Full Region Report'!$A$3:$A$1500,701). What I need the next formula to do is pull from the same tab however I need it to count how many cells are blank on column E but only in the rows that have 701 in column A. I need the formula to produce the number of blanks within that range so that I don't have to hand sort to find the data. Hopefully I explained that well as I am going crazy trying to figure it out. Thanks in advance if anyone knows!!
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Hi & welcome to MrExcel.
Maybe
Excel Formula:
=COUNTIFS('Full Region Report'!$A$3:$A$1500,701,'Full Region Report'!$E$3:$E$1500,"")
 
Upvote 0
Solution
Hi & welcome to MrExcel.
Maybe
Excel Formula:
=COUNTIFS('Full Region Report'!$A$3:$A$1500,701,'Full Region Report'!$E$3:$E$1500,"")
Thank you so much that seems to be working!!
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,833
Messages
6,121,858
Members
449,051
Latest member
excelquestion515

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top