Conditional Formula Needed

fishin

Board Regular
Joined
Jan 18, 2009
Messages
184
I want to thank those of you who have spent time addressing my original issue. I believe however, that I have incorrectly stated theparameters of the conditional formula required. That said, I am going to restate the issue and hope someone will give it a shot.

I want a conditional formula that will count the number of times the value"R" appears in the cell range E10 thru E34 only when and if theadjacent cell(s) located in the cell range R10 thru R34 are not blank. In otherwords if value posted to cell E10 is "R" but the adjacent cell(cell R10) is blank, cell E10 would not be a no count in the total....

Help is greatly appreciated.

 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
I believe Joe helped you on this? You should really just have continued on that same thread.

That said, you could change to the COUNTIFs() function...
=countifs(E:E,"R",R:R,"<>")
 
Upvote 0

Forum statistics

Threads
1,223,249
Messages
6,171,031
Members
452,374
Latest member
keccles

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