COUNTIF not working

surkdidat

Well-known Member
Joined
Oct 1, 2011
Messages
582
Office Version
  1. 365
In my DEV tab I have a column which includes a look up that will be £0, <£10,000, <£100,000, <£1,000,000, <£10,000,000 or >£10,000,000.

The formula I am using is
PHP:
=COUNTIFS('DEV WIP'!J:J,"<£10,000,000")
- however, this is not counting - please help!
 

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.
When you put "" around a number it becomes text. "1" does not equal 1 since one is text and one is a number
try
Code:
[COLOR=#000000][COLOR=#0000bb][/COLOR][FONT=Courier New][COLOR=#007700]=[/COLOR][COLOR=#0000bb]COUNTIFS[/COLOR][COLOR=#007700]([/COLOR][COLOR=#dd0000]'DEV WIP'[/COLOR][COLOR=#007700]![/COLOR][COLOR=#0000bb]J[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000bb]J[/COLOR][COLOR=#007700],[/COLOR][COLOR=#dd0000]"<"&10000000[/COLOR][/FONT][COLOR=#007700][FONT=Courier New])  [/FONT]
[/COLOR][COLOR=#0000bb][/COLOR][/COLOR]
 
Upvote 0

Forum statistics

Threads
1,216,191
Messages
6,129,429
Members
449,509
Latest member
ajbooisen

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