Cross-Column Check and then Countif?

stevieb123

New Member
Joined
Oct 18, 2017
Messages
1
Hello, I am trying to figure out if this certain excel function is at all possible.
Say we have column A with values ranging from 1.00 to 999.99 unordered. Then we have column F with text either "In Process" or "Completed". Is there any way to take a range of those values, say 1.00 to 399.99, and then within that range check column F if it contains the text "in process" or "completed".

I have the formula for the range, which is, =COUNTIF(Table1[APPM_ID],">=001") - COUNTIF(Table1[APPM_ID],">199")
and I also have a formula to count the number of In processes in the entire document, =COUNTIF(Table1[Review Status],"*In Process*")

But how do I combine the two, to check the process in a given range, and then count that value?
v1R95

See image: https://imgur.com/a/v1R95

Thank you, any help would be much appreciated:)
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.

Forum statistics

Threads
1,224,824
Messages
6,181,187
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

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