View All Cells Referenced in Countif Formula

tjd59

New Member
Joined
Nov 21, 2008
Messages
9
I am using Excel 2010 and Windows 7. I have a COUNTIF formula that looks for numbers in a range that are less than 250. I would like to view these cells to assure myself the formula is accurate. I have tried Conditional Formatting as well as Trace Dependents - neither shows only the cells referenced in the formula. My result of 5 appears to be accurate but I would like to confirm by seeing which 5 cells they are.
Here is the formula I'm using: =COUNTIF(B38:AR38,"<=250").
Any help would be appreciated. Thanks.
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
for 2007 or 2010 excel version
Conditional Formatting


Highlight applicable range >>

B38:AR38

Home Tab >> Styles >> Conditional Formatting
New Rule >> Use a formula to determine which cells to format
Edit the Rule Description: Format values where this formula is true:

=B38<=250

Format… [Number, Font, Border, Fill]
OK >> OK
 
Upvote 0
Conditional format should work:
Select B38:AR38.
Conditional format --> New Rule --> Format only cells that contain.
Cell value -- Less than or equal to -- 250.
Set format as needed.
 
Upvote 0

Forum statistics

Threads
1,214,943
Messages
6,122,369
Members
449,080
Latest member
Armadillos

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