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

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.

Forum statistics

Threads
1,223,911
Messages
6,175,326
Members
452,635
Latest member
laura12345

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